You need to find all issues that were not competed in some past sprint, and that are now part of an active sprint. Identify two functions that you need to use in your JQL query. (Choose two.)
The two functions that are needed to use in the JQL query to find all issues that were not completed in some past sprint, and that are now part of an active sprint are closedSprints() and openSprints(). The closedSprints() function returns all issues that are assigned to a completed sprint. The openSprints() function returns all issues that are assigned to an incomplete sprint. By combining these two functions with the NOT operator, we can filter out the issues that belong to both a completed sprint and an incomplete sprint, and only get the issues that were not completed in some past sprint, and that are now part of an active sprint. For example, the JQL query could be:
project = XYZ AND issuekey NOT IN (closedSprints() AND openSprints())
Deonna
2 months agoLina
2 months agoAshlee
23 days agoGoldie
23 days agoAnnett
2 months agoNina
2 months agoLanie
2 months agoBrett
2 months agoLeslie
2 months agoIrving
2 months agoElly
2 months agoDoyle
3 months agoYuonne
3 months agoHerminia
3 months agoLai
3 months agoTroy
3 months agoEdmond
3 months ago