BlackFriday 2024! 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:

Deonna
27 days ago
Haha, 'futures prints'? What is this, science fiction? A and E all the way, my friends. Let's keep this grounded in reality, shall we?
upvoted 0 times
...
Lina
28 days ago
A and E, definitely. I'm not even going to waste my time considering the other options. This is a classic case of 'if it sounds made up, it probably is'.
upvoted 0 times
Annett
9 days ago
closedSprints() and openSprints() are the functions we need.
upvoted 0 times
...
Nina
13 days ago
I agree, A and E are the way to go.
upvoted 0 times
...
...
Lanie
29 days ago
Hmm, I'm going to have to go with A and E. closedSprints() and openSprints() seem like the logical choices here. I mean, who even uses 'futures prints'? That's just ridiculous.
upvoted 0 times
...
Brett
30 days ago
B and D? Futures prints() and remaming()? Really? That's not even a real function. I'm pretty sure the correct answers are A and E.
upvoted 0 times
Leslie
11 days ago
Yeah, futures prints() and remaming() are definitely not real functions.
upvoted 0 times
...
Irving
20 days ago
I agree, closedSprints() and openSprints() are the ones you need.
upvoted 0 times
...
Elly
23 days ago
A and E are the correct functions to use in the JQL query.
upvoted 0 times
...
...
Doyle
1 months ago
I'm not sure about closedSprints(). I think we should use completed() instead.
upvoted 0 times
...
Yuonne
1 months ago
I agree with Herminia. Those functions will help us identify the issues properly.
upvoted 0 times
...
Herminia
2 months ago
I think we should use closedSprints() and openSprints() functions.
upvoted 0 times
...
Lai
2 months 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
1 months ago
E) openSprints()
upvoted 0 times
...
Edmond
2 months ago
A) closedSprints()
upvoted 0 times
...
...

Save Cancel