List of questions
Related questions
Question 48 - ACP-610 discussion
All projects use only a single simplified workflow which has three statuses:
* Open
* In Progress
* Closed
Each status allows all statuses to transition to it
You need to identify oil issues that were in the Closed status at some point in their lifecycle.
Select the correct JQL query.
A.
status CHANGED FROM in Progress' TO Closed
B.
status WAS Closed
C.
status = Closed OR (status WAS Closed AND status - Open)
D.
status CHANGED TO Open
Your answer:
0 comments
Sorted by
Leave a comment first