Exam ACP-600 All QuestionsBrowse all questions from this 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?

    Correct Answer: C

    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
rmahankaliOption: A

I think A