List of questions
Related questions
Question 47 - ACP-610 discussion
Auditors group contains only two members; Adam and Eve.
You need to create a quick filter that shows overdue issues assigned to either of them
Which JQL query is always correct?
A.
duedate <= currentLogin() AND assignee in membersOf('auditors')
B.
due - overdueQ AND assignee in membersOfC'auditors')
C.
duedate < startOfDay() AND assignee in (Adam, Eve)
D.
due <= now AND assignee in (Adam. Eve)
E.
due < - '0' AND assignee - Adam OR assignee - Eve
Your answer:
0 comments
Sorted by
Leave a comment first