ATLASSIAN Related Exams
ACP-100 Exam
Marvin's user account appears in many locations throughout Jira.
You want to deactivate his user account.
Which location must you definitely update before deactivating him?
The query for a particular saved filter is shown below.
type in (Contract Plan) ORDER BY created ASC
Yesterday, the filter returned several issues.
today, it returns the error that states "The value Contract' doesnot exist for the field type.'Why?
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?