Your development team has just released their first version of a GPS tracker yesterday.
The next product release in not due for another 3 months.
Which two JOL queries, writtenexecuted today: will list all features shipped in the 1.0 version? (Choose two.)
- project = GPS AND issuetype Feature AND fixVersion = released()
- project = GPS AND type = Feature AND fixVersion in (1.0)
- project = GPS AND issuetype = Feature AND fixVersion(s) IS NOT EMPTY
- project = GPS AND type = Feature AND fixVersion in releasedVersionsO
- project = GPS AND type = Feature AND tixVersion(s) = "1 0"
- project = GPS AND issuetype = Feature AND fixVersion in 1.0
Reveal Solution Next Question