ACP-600 Exam QuestionsBrowse all questions from this exam

ACP-600 Exam - Question 48


Your development team has just released their first version of a GPS tracker yesterday. The next product release is not due for another 3 months.

Which two JQL queries, when executed today, will list all features shipped in the 1.0 version? (Choose two.)

Show Answer
Correct Answer: BD

To list all features shipped in a specific version like 1.0, the JQL queries need to specify the project, the issue type, and the fixVersion. The correct queries are 'project = GPS AND type = Feature AND fixVersion in (1.0)' and 'project = GPS AND type = Feature AND fixVersion in releasedVersions()'. These queries correctly filter issues by the specified version that has been released.

Discussion

1 comment
Sign in to comment
tonycamachoOptions: BD
Jun 21, 2021

Correct answer B&D