Solved

All Projects Use Only a Single Simplified Workflow Which Has

Question 6

Multiple Choice

All projects use only a single simplified workflow which has three statuses (Open, In Progress, Closed) and all global transitions. You need to find all 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 = Closed OR (status WAS Closed AND status = Open)
C) status WAS Closed
D) status CHANGED TO Open

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions