ATLASSIAN Related Exams
ACP-100 Exam
You are performing a CSV import via the system administration menu
Youi file contains values from the importer that do not already exist in Jira.
All but one of the fields below allow you to create new values as part of the import
Identify the field that can only ever be mapped to existing values
Existing custom field of type Select List (single choice)
Karl is a project administrator who wants to edit multiple issues in his project at the same time using the Edit Bulk Operation. Which action is NOT possible with the Edit Bulk Operation?
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?