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 1 Question 13 Discussion

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

Paul and Tessa are in the Auditors role of every project.

You need to write a JQL query that shows Issues reported by either of them that are still unassigned.

Select the correct JQL query.

Show Suggested Answer Hide Answer
Suggested Answer: D

The label field meets the team's requirements for flagging issues using a category. Labels are a type of custom field that allow users to add one or more descriptive tags to issues. Users can add new labels on the fly, and select existing labels from a dropdown menu. Labels can be re-used across all projects, and can be searched and filtered easily. A text field does not allow multiple values or a dropdown menu. A component does not allow multiple values or adding new values by any user. A user picker does not allow multiple values or adding new values by any user. Checkboxes do not allow adding new values by any user.Reference:[Adding, removing and searching for labels], [Managing Jira Projects Data Center and Server: Certification Bundle]


Contribute your Thoughts:

Shelton
16 days ago
Ah, the age-old question of how to find the issues that the Auditors have reported but haven't gotten around to assigning. Classic!
upvoted 0 times
...
Maurine
28 days ago
E has a typo with the double dashes. And using 'Unassigned' in the Assignee condition doesn't seem right.
upvoted 0 times
...
Rose
1 months ago
D seems a bit convoluted. Why not just combine the two conditions in a single IN clause like in A?
upvoted 0 times
...
Sophia
1 months ago
I'm not sure about option B. Shouldn't we be using 'IN' instead of 'IS' for the Assignee condition?
upvoted 0 times
...
Alyce
2 months ago
Option A looks good to me. It's the most straightforward way to get the issues reported by Paul and Tessa that are unassigned.
upvoted 0 times
Paris
7 days ago
User4: Definitely, that query will show us the issues reported by Paul and Tessa that are unassigned.
upvoted 0 times
...
Son
8 days ago
User3: Yeah, A) Reporter IN (Paul, Tessa) AND Assignee IS EMPTY is the way to go.
upvoted 0 times
...
Rasheeda
12 days ago
User2: I agree, it's the most straightforward query.
upvoted 0 times
...
Freeman
21 days ago
Yes, Option A is the most efficient way to filter out the unassigned issues reported by Paul and Tessa.
upvoted 0 times
...
Lisbeth
26 days ago
I agree, Option A is the correct JQL query for this scenario.
upvoted 0 times
...
Jina
1 months ago
User1: I think option A is the correct one.
upvoted 0 times
...
...
Joanna
2 months ago
I'm not sure, but I think D) Reporter IS Paul OR Reporter IS Tessa AND Assignee IS NULL could also be correct, as it checks for Paul or Tessa as reporters and if the Assignee is null.
upvoted 0 times
...
Laurel
2 months ago
I agree with Sharmaine, because it specifically mentions Paul and Tessa as reporters and checks if the Assignee is empty.
upvoted 0 times
...
Sharmaine
2 months ago
I think the correct JQL query is A) Reporter IN (Paul, Tessa) AND Assignee IS EMPTY.
upvoted 0 times
...

Save Cancel