ATLASSIAN ACP-100 - Jira Administration for Data Center
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 want to find issues that are in a current active sprint and nave not been in any previously completed sprints. Identify the correct JQL
Currently, users log time and enter a comment on a transition screen when dosing issues. Now, they want the comment to be copied automatically to the work log description. Identify the configuration area that needs to be modified.
You received several business requirements.
Which requirement CANNOT be satisfied through workflow configuration?
Developers must edit the Time Spent they previously entered on their assigned issues. They should not have more permissions than required. Which permission is NOT required?
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)
Tom approaches you with a problem.
He is able to see the custom field Sales Cycle when viewing an issue but not when editing it.
What is the cause of the problem?
You plan to disable sub-tasks globally. What do you need to do as a prerequisite?
Project ASTRO has two issue types that share a workflow.
You received several new requirements for the project.
Which or>e would definitelyrequire creating separate workflows for each issue type?
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?