ATLASSIAN Jira Administration for Cloud ACP-120 Question # 12 Topic 1 Discussion

ATLASSIAN Jira Administration for Cloud ACP-120 Question # 12 Topic 1 Discussion

ACP-120 Exam Topic 1 Question 12 Discussion:
Question #: 12
Topic #: 1

You need to create a filter that shows only issues that were created during the last calendar month. Identify the correct JQL query.


A.

created changed during (startOfMonth(), endOfMonth())


B.

createdDate >= startOfMonth(-1) OR createdDate <= endOfMonth(-1)


C.

created >= startOfMonth(-1) AND created <= endOfMonth(-1)


D.

createdDate >= startOfMonth(-1m) AND createdDate <= endOfMonth(-1m)


Get Premium ACP-120 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.