Which JQL query can users use to get a list of issues in the current sprint for the "Udemy" project?

Which JQL query can users use to get a list of issues in the current sprint for the "Udemy" project?
A . project = "Udemy" AND Sprint in openSprints()
B. project = "Udemy" AND Sprint in activeSprint()
C. project = "Udemy" AND Sprint = activeSprint()
D. project = "Udemy" AND Sprint = openSprints()

Answer: A

Explanation:

The answer is project = "Udemy" AND Sprint in openSprints(). activeSprint() does not exist.

These are the only valid query for the sprint:

– openSprints()

– closedSprints()

– futureSprints()

You cannot use equal sign ‘=’ with openStrings().

You need to use ‘in openSprint()’.

Latest ACP-620 Dumps Valid Version with 150 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments