Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam ACP-610 Topic 3 Question 41 Discussion

Actual exam question for ATLASSIAN's ACP-610 exam
Question #: 41
Topic #: 3
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.

Suggested Answer: B Vote an answer

Explanation
The correct JQL query to find all issues that were in the Closed status at some point in their lifecycle is: status WAS Closed. This query uses the WAS operator to check the previous values of the status field. The other options are incorrect because they either use invalid syntax, such as CHANGED FROM or -, or they do not capture all the issues that were ever closed, such as status = Closed or status CHANGED TO Open. For more information on JQL syntax and operators, see Advanced searching - operators reference and Advanced searching - fields reference. References: Advanced searching - operators reference, Advanced searching - fields reference

by Marico at Mar 10, 2025, 03:01 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.