I created a custom field checkbox with 5 different options. I only want to pull a report based on 1 of the options in my checkbox, i don't care about projects or statuses.
Custom field: "Ready For Development Checklist"
Checkbox I care about: "Testable Acceptance Criteria"
other 4 checkboxes: A, B, C, D (for example)
I want to pull a filter of all tickets that have "Testable Acceptance Criteria" unchecked. Which i know is a couple hundred and when i did a search with the below JQL, it only displayed three tickets. I think those three tickets were ones that had an additional checkbox option 'checked'. But with this filter i don't want it too look at any other checkbox option, I only care about the "Testable Acceptance Criteria" option.
This is what I used but it's not accomplishing what i want.
"Ready For Development Checklist" != "Testable Acceptance Criteria"
I think I solved my question with this response
"Ready For Development Checklist" != "Testable Acceptance Criteria" or "Ready For Development Checklist" is EMPTY
That is the magic of the Community :) Usually, when you post a question, the answer comes to you one way or another within 5 minutes.
Have a nice day!
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.