Which JQL query will Mum the correct results?

Your management team needs to see a list of only those issues that were resolved in the previous week, from Sunday to Saturday. The list needs to be sent to them each week on Tuesdays. You plan to create a saved filter and filter subscription to do this.

Which JQL query will Mum the correct results?

A. resolved end0fWeek(1)

B. resolved ,= start0fWeek(-1) AND resolved start0fWeek0

C. status changed TO RESOLVED BEFORE startOfWeek()

D. resolved>=startOfDay(-7) AND resolved < startOfDay()

Answer: B

Explanation:

A. Incorrect. -resolved >. end0fWeek(1. will return all issues resolved this week, up until Tuesday when the filter is sent.

B. Correct. ^resolved ,= start0fWeek(1 AND resolved < start0fWeeklr ensures that only issues created in the previous week, from Sunday to Saturday, are returned by the query. The start0fWeek0 function returns Sunday 00:00 by defauk.

C. Incorrect. Resolved issues do not necessarily have their status changed to Resolved. Issues may be resolved with a status of Done or Closed as long as the Resolution field is set. Additionally, the query will return all issues that have ever been transitioned to Resolved status, not just from last Sunday to Saturday.

D. Incorrect. -resolved >= start0fDay(-7). is actually a Tuesday. So this filter will return all issues resolved from Tuesday of last week to Monday of this week.

Latest ACP-120 Dumps Valid Version with 28 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments