Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Atlassian Exam ACP-610 Topic 6 Question 30 Discussion

Actual exam question for Atlassian's ACP-610 exam
Question #: 30
Topic #: 6
[All ACP-610 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: A, E

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

This query will return all issues in project XYZ that are not in both a closed sprint and an open sprint, meaning they are either in a closed sprint only or an open sprint only. Since we are looking for issues that are now part of an active sprint, we can assume they are in an open sprint only.Reference:Advanced search reference - JQL functions,Modifying closedSprints() to return previous two Sprints,JQL - Explanation of what closedSprints() does


Contribute your Thoughts:

Doyle
3 days ago
I'm not sure about closedSprints(). I think we should use completed() instead.
upvoted 0 times
...
Yuonne
4 days ago
I agree with Herminia. Those functions will help us identify the issues properly.
upvoted 0 times
...
Herminia
17 days ago
I think we should use closedSprints() and openSprints() functions.
upvoted 0 times
...
Lai
26 days ago
I think I'll go with A and E. closedSprints() to find all the issues that were not competed in the past sprints, and openSprints() to find the ones that are now part of the active sprint.
upvoted 0 times
Troy
7 days ago
E) openSprints()
upvoted 0 times
...
Edmond
20 days ago
A) closedSprints()
upvoted 0 times
...
...

Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77