Did I miss something in the help ?
There doesn't seem to be the capability of creating a boolean (true/false) card property. The practical application is to flag defects that require more information from Test/BA while in development. I don't want to introduce a new status for fear of over complicating the linear transitions from New to Closed.
I suppose I could make it some other kind of field and test for !null to determine if its been flagged, but that seems a bit superfluous to requirements.
I'm open to other suggestions or pointers to something completely obvious that was missed.
Mingle: 3.0
Comment
Jason
We do not have a boolean property type but if you want one you can create one by creating a text property with the values of true and false. Using the card type defaults you can either set cards to have a value of true or false on creation as needed.
Does this seem like a reasonable solution?
Thanks
- Suzie
Hey Suzie,
Yeah that's a great solution, wonder why I didn't think of it?
Regards,
Jason.