ATLASSIAN Jira Administration for Data Center ACP-100 Question # 7 Topic 1 Discussion

ATLASSIAN Jira Administration for Data Center ACP-100 Question # 7 Topic 1 Discussion

ACP-100 Exam Topic 1 Question 7 Discussion:
Question #: 7
Topic #: 1

You need to find all Tasks and Stories which match the criteria below

• were created after the beginning of last week

• are associated with an epic

• the status never changed since creation

You created a filter with the JQL query below, but it returns the wrong results.

created > startOfWeek(-l) AND "Epic Link" is not EMPTY AND issuetype = Task AND issuetype = Story AND NOT status changed

Which part of the query is causing the problem?


A.

NOT status changed


B.

created > startOfWeek(-1)


C.

issuetype = Task AND issuetype = Story


D.

"Epic Link" is not EMPTY


Get Premium ACP-100 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.