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

ACP-600 Project Administration in Jira Server Questions and Answers

Questions 4

John needs to configure an Issue Collector where he is the reporter of all the collected issues.

Which two permissions does he need to do this? (Choose two.)

Options:

A.

Administer Projects

B.

Transition Issues

C.

Assignable User

D.

Create Issues

E.

Add Comments

Buy Now
Questions 5

Teresa is able to see the Start Progress transition but not the Approve transition on an issue. Her co-worker is able to see both.

Identify two possible causes why Teresa can NOT see the Approve transition. (Choose two.)

Options:

A.

Teresa is not listed in the correct security level for the issue.

B.

Teresa does not have the Transition Issues permission.

C.

Teresa is not in the correct group or project role.

D.

Teresa does not meet the condition on the Approve transition.

E.

Teresa does not have the correct global permission.

F.

Teresa does not have the correct Application access.

Buy Now
Questions 6

You want a dashboard to display the following information:

    the number of issues in progress

    the number of issues per assignee

    the number of issues per issue type

    the number of issues created in the last 30 days

Additionally, it should only display data from a specific project.

Which system gadget will definitely NOT meet the requirements?

Options:

A.

Created vs. Resolved Chart

B.

Pie Chart

C.

Issues in progress

D.

Issue Statistics

E.

Two Dimensional Filter Statistics

Buy Now
Questions 7

The Jira administrator has just created a new project based on the Task management project template.

Which Jira feature will be available in this project by default?

Options:

A.

Issue security levels

B.

Release Hub

C.

Ranking of standard issue types

D.

Issue analysis reports

E.

Epic issue type

Buy Now
Questions 8

It ' s common practice in your organization to archive projects in the following way:

    The name of archived projects will get the prefix ARCH_

    Archived projects will be assigned the project category ARCHIVE

Recently many projects were archived.

Which JQL query will tell you if there are any unresolved issues in those projects?

Options:

A.

category = ARCHIVE and resolution EQUALS EMPTY

B.

category = ARCHIVE AND resolution = NULL

C.

project in ARCHIVE() AND resolution = Unresolved

D.

project CHANGED TO “ARCH_*” AND resolution IS EMPTY

E.

project ~ “ARCH_*” AND resolution = Unresolved

F.

кеy ~ “ARCH_*” AND resolution IS EMPTY

Buy Now
Questions 9

When creating a project from a template, which two schemes will be unique for the new project? (Choose two.)

Options:

A.

Notification Scheme

B.

Issue Security Scheme

C.

Permissions Scheme

D.

Issue Type Scheme

E.

Field Configuration Scheme

F.

Workflow Scheme

Buy Now
Questions 10

Which statement is correct about archiving a version in Jira?

Options:

A.

Versions can be archived only in Jira Software projects, not Jira Business projects.

B.

Archived versions cannot be selected in either the Fix Version/s dropdown, or the Affects Version/s field dropdown.

C.

Archived versions can be selected only in the FixVersion/s field dropdown, not the Affects Version/s field dropdown.

D.

Versions can be archived in Jira only if they do not contain any unresolved issues.

E.

Archived versions will be grouped as Archived Versions in the FixVersion/s field dropdown.

Buy Now
Questions 11

A Jira project uses a single issue type.

Alana complains that she is not able to see the custom field Approval Board when she views a specific issue.

She can see the field on other issues in the project.

You check the screen configuration and confirm that the field is on the correct screen.

Why does Alana NOT see the field on that specific issue?

Options:

A.

The field is hidden in the field configuration.

B.

The field was disabled by a Jira administrator.

C.

The field has no value at the moment.

D.

The field is hidden by the workflow status.

E.

The field is hidden by a security level.

Buy Now
Questions 12

Jill is the project administrator of the SOFTWARE project. She has the following requirements:

    A Testing status should be added to the workflow used by all issue types in her project.

    Only developers should be able to transition issues into the Testing status.

She consults the Workflows section of her project settings page and finds out that the workflow scheme is used in 2 projects, the SOFTWARE and the HARDWARE project.

Luckily, she is also a project administrator of the HARDWARE project.

Which of the following statements is true?

Options:

A.

She can implement the desired workflow changes if she has the Extended project administration permission in both projects.

B.

She can implement the desired workflow changes since she is the project administrator in both projects.

C.

She will only be able to add the new status to the workflow but won’t be able to implement the desired restriction.

D.

She will not be able to perform any of the changes and has to contact a Jira administrator.

Buy Now
Questions 13

All projects use only a single simplified workflow which has three statuses (Open, In Progress, Closed) and all global transitions.

You need to find all issues that were in the Closed status at some point in their lifecycle.

Select the correct JQL query.

Options:

A.

status CHANGED FROM “In Progress” TO Closed

B.

status = Closed OR (status WAS Closed AND status = Open)

C.

status WAS Closed

D.

status CHANGED TO Open

Buy Now
Questions 14

In my project, I can create issues and assign them to other users. However, the other users are not able to assign issues to me.

What are two possible reasons for this? (Choose two.)

Options:

A.

I am not a component lead.

B.

I do not have the Assignable User permission.

C.

The other users do not have the Assignable User permission.

D.

The other users do not have the Edit Issues permission.

E.

The other users do not have the Assign Issues permission.

Buy Now
Questions 15

The support team has a request.

When a Bug is created, it should only display five fields. However, when it is edited, it should display fourteen fields.

Which configuration is used to implement this requirement?

Options:

A.

Issue Type Scheme

B.

Workflow Scheme

C.

Permission Scheme

D.

Field Configuration Scheme

E.

Screen Scheme

Buy Now
Questions 16

Which two can project administrators associate with project roles? (Choose two.)

Options:

A.

Security levels

B.

Application access

C.

Global permissions

D.

Groups

E.

Individual users

F.

Project permissions

Buy Now
Questions 17

View the extract of a Jira Software Scrum project ' s permission scheme shown.

ACP-600 Question 17

The project uses a simplified workflow.

Who can drag and drop issues to the Closed column on the board?

Options:

A.

only the board administrator

B.

any user with Jira Software application access

C.

nobody

D.

any logged in user

E.

only members of the Administrators project role

Buy Now
Questions 18

Your development team has just released their first version of a GPS tracker yesterday. The next product release is not due for another 3 months.

Which two JQL queries, when executed today, will list all features shipped in the 1.0 version? (Choose two.)

Options:

A.

project = GPS AND issuetype Feature AND fixVersion = released()

B.

project = GPS AND type = Feature AND fixVersion in (1.0)

C.

project = GPS AND issuetype = Feature AND fixVersion(s) IS NOT EMPTY

D.

project = GPS AND type = Feature AND fixVersion in releasedVersions()

E.

project = GPS AND type = Feature AND fixVersion(s) = “1.0”

F.

project = GPS AND issuetype = Feature AND fixVersion in 1.0

Buy Now
Questions 19

You are asked to create a dashboard to meet these requirements:

    Viewers can easily see the number of issues assigned to each team member.

    Viewers can see the percentage of work currently assigned to each team member.

    Viewers are presented with a graphical view of the distribution of the work assigned to team members.

    Gadgets display unassigned issues.

Which combination of gadgets should you use?

Options:

A.

Pie Chart and Two Dimensional Filter Statistics

B.

Activity Stream and Pie Chart

C.

Two Dimensional Filter Statistics and Created vs. Resolved Chart

D.

Filter Results and Issue Statistics

E.

Issue Statistics and Pie Chart

Buy Now
Exam Code: ACP-600
Exam Name: Project Administration in Jira Server
Last Update: Apr 30, 2026
Questions: 65

PDF + Testing Engine

$105  $300

Testing Engine

$87.5  $250
buy now ACP-600 testing engine

PDF (Q&A)

$87.5  $250
buy now ACP-600 pdf