Solved

Your Development Team Has Just Released Their First Version of a GPS

Question 37

Multiple Choice

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.)


A) project = GPS AND issuetype Feature AND fixVersion = released()
B) project = GPS AND type = Feature AND fixVersion in (1.0)
C) project = GPS AND issuetype = Feature AND fixVersion(s) IS NOT EMPTY
D) project = GPS AND type = Feature AND fixVersion in releasedVersions()
E) project = GPS AND type = Feature AND fixVersion(s) = "1.0"
F) project = GPS AND issuetype = Feature AND fixVersion in 1.0

Correct Answer:

verifed

Verified

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

Related Questions