We are using JIRA next-gen and have added a custom field (called Affected version) for defects. The problem is, when I query for records without a value, it returns ALL the issues!
The query is simple: project = "CC" AND Type = Defect AND "Affected Version[Labels]" is EMPTY ORDER BY created DESC
I've done this many times in JIRA Server, so I'm very confused. Why is it doing this?
I haven't run across anything like this, but if you have a set list of fields that the currenUser() would check against, then you can save that into a filter and just reference the filter.
aka save "assignee = currentUser() OR reporter = currentUser() OR watcher = currentUser()" into a filter. Future JQL searches can simply reference the filter.
https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-Filter
Agree! Definetly a very nice idea. I just converted it to an answer and voted it up!
Sadly this was the 3rd up-vote and now the question is now closed:( I was hoping for some more ideas...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice one. Should really be an answer!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.