Hello everyone,
I want to filter projects by values in Jira with the advanced search.
There are many values and some of them are combined in one project. I would like the programm to show me every project that doesn't contain one specific value only. So in combination with another values it would be fine, but not if it was the only value in the projekt in this field.
For example:
Field would be "Colors" and the values are "green", "blue", "red" and "yellow"
Jira should show me all projects that contain the combination of the colors or a color allone in a project exept the color red. So if there is a project which is assigned to red only, Jira should show me all projects exept this one with red. But red in combination with another color is fine.
You can't search for projects using JQL, period. JQL searches only for issues.
For this type of use case, I think you should:
For approach 2:
(Dicl. this app is developed by my team. It is paid, supported and solves your use case.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.