Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

ATLASSIAN ACP-620 - Managing Jira Projects for CloudExam

Page: 1 / 2
Total 56 questions

The team requests that you configure their Kanban board in such a way that they can:

● see just particular subsets of issues based on values in a radio button field

● see all issues grouped by the epic they belong to

● distinguish cards visually based on their priority

Select three board configurations that when combined together, will satisfy these requirements. (Choose three.)

A.

card colors by priority

B.

board sub-filter based on radio button field

C.

swimlanes byepic

D.

card layout by priority

E.

quick filters based on radio button field

F.

quick filters based on epic

You are the project administrator for a team based in the Middle East.

You need to change the Standard Working Days configuration on the board: from Sunday to Thursday instead of Monday to Friday.

What will be affected by this change?

A.

Velocity Chart

B.

sprint duration

C.

Average Age Report

D.

original estimates on issues

E.

Burndown Chart

Identify two project roles that must be granted to Robbo. (Choose two.)

A.

Users

B.

Managers

C.

Developers

D.

Auditors

E.

Administrators

You work in a company-managed project, and your team needs a new field called Colors.

Team members have to flag incoming issues using one or more colors and add new colors if the values don't already exist.

Identify the custom field type that you should request from the Jira administrator.

A.

Labels

B.

Select List (single choice)

C.

Checkboxes

D.

Radio Buttons

E.

Select List (multiple choices]

You manage two team-managed Scrum projects.

You want to create a single board that displays the progress of the active sprints in both projects and their burndown.

Identify the correct board type to use.

A.

team-managed Scrum board

B.

company-managed Kanban board

C.

company-managed Scrum board

D.

team-managed Kanban board

In the DEV project, users need to change statuses:

● on individual issues, one at a time

● on collections of issues, all at once

Which three permissions do they definitely need? (Choose three.)

A.

Administer Jira

B.

Make Bulk Changes

C.

Transition Issues

D.

Administer Projects

E.

Edit Issues

F.

Browse Projects

You need to write a JQL query that returns all issues without the label "discard".

Identify the JQL statement that returns the correct results.

A.

labels != discard OR labels is EMPTY

B.

labels in (discard, EMPTY)

C.

label!- discard

D.

labels != discard

E.

labels not in (discard, NULL)

Users can transition but not rank issues in the backlog of their Kanban board.

Identify two possible causes. (Choose two.)

A.

project permissions

B.

sub-filter settings

C.

application access

D.

global permissions

E.

filter settings

You need to configure automatic issue assignment in a company-managed project.

Assignment depends on a value selected by users during issue creation.

Users should be able to select only one value.

Identify two elements that can be configured together to meet this need. (Choose two.)

A.

Radio Buttons custom field

B.

Components field

C project permissions

C.

automation rule

D.

component Default Assignee

F project Default Assignee

You need to write a JQL query showing:

● issues where the Priority was High in the past and may or may not still be High

Identify two JQL statements that will return the correct results. (Choose two.)

A.

priority was High OR priority = High OR priority != High

B.

priority was High AND priority = High AND priority != High

C.

priority changed to High before now()

D.

priority was High

E.

priority was High AND (priority = High OR priority != High)