Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

ATLASSIAN ACP-100 - Jira Administration for Data Center

Page: 2 / 2
Total 67 questions

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?

A.

The filter is no longer shared.

B.

A custom field was deleted.

C.

An issue type was renamed.

D.

A global pet mission was revoked.

E.

Issue-level security was applied

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

A.

Sprint IN openSprints()

B.

Sprint NOT IN closed Sprints()

C.

Sprint IN openSprints() and Sprint NOT IN dosedSprints()

D.

Sprint IS NOT EMPTY

E.

Sprint NOT IN futureSprints()

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.

A.

workflow condition

B.

global permissions

C.

issue layout

D.

field configuration

E.

global time tracking settings

You received several business requirements.

Which requirement CANNOT be satisfied through workflow configuration?

A.

Display only some of the resolution values as options when resolving an issue.

B.

Automatically clear the Assignee field when transitioning to Cancelled status.

C.

Only members of REV project role can transition issues to Reviewed status.

D.

Automatically transition to Escalated status when the Priority field is edited.

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?

A.

Assign Issues

B.

Browse Projects

C.

Assignable User

D.

Work On Issues

E.

Edit Own Workdogs

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)

A.

Priority

B.

Assignee

C.

Status

D.

Issue Type

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?

A.

The field is hidden in the field configuration.

B.

The field is missing from the screen associated with the Edit Issue operation.

C.

The field is missing a custom field context.

D.

Tom does not have the correct permission.

E.

The field is not on the correct transition screen.

You plan to disable sub-tasks globally. What do you need to do as a prerequisite?

A.

Remove all sub task issue types from all issue type schemes.

B.

Convert all sub-tasks to a standard issue type or delete them.

C.

Resolve all unresolved sub-task issues.

D.

Transition all sub-task issues to some status in the Done category.

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?

A.

On each issue type, a different user should be assigned after issues are transitioned to Review.

B.

On each issue type, users should see different Resolution values when using the "Close* transition.

C.

On each issue type, a different security level should be set when new issues are created.

D.

On each issue type, users should see different required fields when editing.

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?

A.

NOT status changed

B.

created > startOfWeek(-1)

C.

issuetype = Task AND issuetype = Story

D.

"Epic Link" is not EMPTY