ACP-600 Exam QuestionsBrowse all questions from this exam

ACP-600 Exam - Question 45


Your coworkers, Jill and Dave, want you to create a filter and a corresponding filter subscription to run every morning at 8 AM.

For the query result, they each want to receive a list of only their own issues that were assigned to them in the last 8 hours.

Which JQL query will you use in the filter?

Show Answer
Correct Answer: BC

The correct JQL query to use in the filter is 'assignee changed TO currentUser() >= -8h'. This query specifies that the assignee has changed to the current user within the last 8 hours. Since Jill and Dave want to receive a list of issues assigned to them in the last 8 hours, this query correctly filters and restricts the issues to those assigned to the current user within that time frame.

Discussion

1 comment
Sign in to comment
rmahankaliOption: A
Jan 28, 2022

I think A