Questions for the ACP-600 were updated on : Nov 21 ,2025
Fixing a single bug requires the involvement of three teams: Designers, Developers and Testers.
Currently, all the fields that are needed by each of the three teams are together on a single project
screen. As a project administrator, how can you help the teams to easily identify the fields they
need?
D
You want to gather metrics on how long it takes the team to resolve issues in their project. Which
report should you use?
C
Explanation:
Time Tracking Report
If Time tracking is enabled: Displays useful time tracking information on issues for a particular
version of a project
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.)
D,E
Scrum Masters must be able to manage sprints in a particular project, but they are unable to do so.
You need to recommend an action to the Jira administrator which satisfies their requirement.
Which recommendation will definitely NOT satisfy their requirement?
C
Your Scrum Software type project only uses a single shared workflow.
The resolution needs to be set manually during the Fix transition.
As a project administrator, how can you achieve this?
E
Which two statements are true about priorities in Jira? (Choose two.)
A,B
How do you configure the default unit for time tracking (minute, hour, day, week) in Jira?
A
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.)
C,E
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?
D
In your last team meeting Scott showed a QA dashboard he has put together. It contains valuable
data so he decides to share it with the entire project.
When you try to pull up the dashboard for the first time it shows multiple errors instead of the data
you expected.
The most common error is: The filter configured for this gadget could not be retrieved. Please verify
it is still valid on the issue navigator.
Scott confirms, that the dashboard seems fine when he looks at it. What is the most likely cause for
this behavior?
D
Your coworkers, Jill and Dave, want you to create a filter and a corresponding filter subscription to
run every morning at 8 AM.
For the query result, they each want to receive a list of only their own issues that were assigned to
them in the last 8 hours.
Which JQL query will you use in the filter?
B
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?
A
Explanation:
resolution is EMPTY AND due <= now()
All projects use a simplified workflow which has three statuses (Open, In Progress, Closed) and all
global transitions.
You need to find issues which were never In Progress.
Select the correct JQL query.
A
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.
A
Nadav wants to know how accurate estimates were on issues associated with version 2.2.
Which report should he use?
C