ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 48 - ACP-610 discussion

Report
Export

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
Answers
A.
status CHANGED FROM in Progress' TO Closed
B.
status WAS Closed
Answers
B.
status WAS Closed
C.
status = Closed OR (status WAS Closed AND status - Open)
Answers
C.
status = Closed OR (status WAS Closed AND status - Open)
D.
status CHANGED TO Open
Answers
D.
status CHANGED TO Open
Suggested answer: B

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, seeAdvanced searching - operators referenceandAdvanced searching - fields reference.Reference:Advanced searching - operators reference,Advanced searching - fields reference

asked 16/09/2024
HAO KANG SUNG
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first