Posted by: Pdfprep
Post Date: November 14, 2020
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
Answer: CE
Leave a Reply