Which of the following JQL will return issues that have never been in ‘Done’ status?

A Jira workflow contains 3 statuses; To Do, In Progress, and Done.

Which of the following JQL will return issues that have never been in ‘Done’ status?
A . resolution != null
B. status was not Done
C. resolution is EMPTY
D. status != Done
E. status was in ("To Do", "In Progress")

Answer: B

Explanation:

status was not Done will return issues that have never been in ‘Done’ status before.

resolution != null will return resolved issues.

resolution is EMPTY will return unresolved issues.

status != Done will return issues that are not currently in ‘Done’ status, which are issues in ‘To Do’ and ‘In Progress’.

status was in ("To Do", "In Progress") will return issues that have been in ‘To Do’ or ‘In Progress’ status.

Latest ACP-620 Dumps Valid Version with 150 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments