Hello.
I have jira plugin with two customFields installed:
- The first one contains data like {name: “name”, id: “2734432”: flag: “true”}
- The second one may just contains some data or not.
My clients would like to search for issues with some kind of “mode”:
- First mode: first customField has flag set to true
- Second mode: first customField has flag set to false,
- Second customField is set or not.
- Non of the customFields are set.
The question is: Is there any way to add something like new “search criteria” called “MyCustomFieldsMode” which will search for issue with above “modes”. I would rather not to add new customField “MyMode” which will contain data about the mode. Is there any way to make it?