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
27 days agoLina
28 days agoAnnett
9 days agoNina
13 days agoLanie
29 days agoBrett
30 days agoLeslie
11 days agoIrving
20 days agoElly
23 days agoDoyle
1 months agoYuonne
1 months agoHerminia
2 months agoLai
2 months agoTroy
1 months agoEdmond
2 months ago