Which JQL query will you use in the filter?

Posted by: Pdfprep Category: ACP-600 Tags: , ,

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?
A . assignee in (Jill,Dave) AND created >= -8h
B . assignee changed TO currentUser() AFTER startOfDay()
C . assignee changed TO currentUser() >= -8h
D . assignee changed TO (Jill,Dave) >= -8h
E . assignee = Jill OR assignee = Dave AND created AFTER startOfDay()

Answer: B

Explanation:

Reference: https://community.atlassian.com/t5/Jira-questions/JIRA-JQL-how-to-filter-issues-that-changed­assignee-X-or-more/qaq-p/350772

Leave a Reply

Your email address will not be published.