Solved

Your Coworkers, Jill and Dave, Want You to Create a Filter

Question 70

Multiple Choice

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()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions