Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam ACP-610 Topic 5 Question 14 Discussion

Actual exam question for ATLASSIAN's ACP-610 exam
Question #: 14
Topic #: 5
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.

Suggested Answer: A Vote an answer

Explanation
The correct JQL query to find issues reported by either Paul or Tessa that are still unassigned is: Reporter IN (Paul, Tessa) AND Assignee IS EMPTY. This query uses the IN operator to specify a list of values for the Reporter field, and the IS EMPTY operator to check if the Assignee field has no value. The other options are incorrect because they use invalid syntax or operators, such as "-", NULL, or Unassigned. For more information on JQL syntax and operators, see JQL operators and Use advanced search with Jira Query Language (JQL). References: JQL operators, Use advanced search with Jira Query Language (JQL)

by Roy at Oct 20, 2024, 12:48 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.