ATLASSIAN Related Exams
ACP-100 Exam
The notification scheme used by your project is shown.

Whenever issues are deleted, only users in the Developers project role are notified but not members of Acme group. Where must Acme group be added to fix this?
You plan to perform a bulk move operation to change the issue type, from Story to Task, on several issues in the DEV project. As a result some other information on the issue may need to change, in addition to the issue type. Identify one thing that might need to change.
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?