ATLASSIAN Related Exams
ACP-100 Exam
All the issue types in a particular project use a single workflow, which includes the DEPLOY status. New requirements state that no one should be allowed to edit issues that are in that status. Which element must be configured?
You updated User Default Settings so that 'Default sharing for filters and dashboardsis now set to Public What is the implication of this 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?