ATLASSIAN ACP-120 dumps

ATLASSIAN ACP-120 Exam Dumps

Jira Administration for Cloud
687 Reviews

Exam Code ACP-120
Exam Name Jira Administration for Cloud
Questions 75 Questions Answers With Explanation
Update Date 06, 16, 2026
Price Was : $81 Today : $45 Was : $99 Today : $55 Was : $117 Today : $65

Why Should You Prepare For Your Jira Administration for Cloud With MyCertsHub?

At MyCertsHub, we go beyond standard study material. Our platform provides authentic ATLASSIAN ACP-120 Exam Dumps, detailed exam guides, and reliable practice exams that mirror the actual Jira Administration for Cloud test. Whether you’re targeting ATLASSIAN certifications or expanding your professional portfolio, MyCertsHub gives you the tools to succeed on your first attempt.

Verified ACP-120 Exam Dumps

Every set of exam dumps is carefully reviewed by certified experts to ensure accuracy. For the ACP-120 Jira Administration for Cloud , you’ll receive updated practice questions designed to reflect real-world exam conditions. This approach saves time, builds confidence, and focuses your preparation on the most important exam areas.

Realistic Test Prep For The ACP-120

You can instantly access downloadable PDFs of ACP-120 practice exams with MyCertsHub. These include authentic practice questions paired with explanations, making our exam guide a complete preparation tool. By testing yourself before exam day, you’ll walk into the ATLASSIAN Exam with confidence.

Smart Learning With Exam Guides

Our structured ACP-120 exam guide focuses on the Jira Administration for Cloud's core topics and question patterns. You will be able to concentrate on what really matters for passing the test rather than wasting time on irrelevant content. Pass the ACP-120 Exam – Guaranteed

We Offer A 100% Money-Back Guarantee On Our Products.

After using MyCertsHub's exam dumps to prepare for the Jira Administration for Cloud exam, we will issue a full refund. That’s how confident we are in the effectiveness of our study resources.

Try Before You Buy – Free Demo

Still undecided? See for yourself how MyCertsHub has helped thousands of candidates achieve success by downloading a free demo of the ACP-120 exam dumps.

MyCertsHub – Your Trusted Partner For ATLASSIAN Exams

Whether you’re preparing for Jira Administration for Cloud or any other professional credential, MyCertsHub provides everything you need: exam dumps, practice exams, practice questions, and exam guides. Passing your ACP-120 exam has never been easier thanks to our tried-and-true resources.

ATLASSIAN ACP-120 Sample Question Answers

Question # 1

[Issue Types, Fields, Screens]You are using a bulk move operation to migrate issues in a company-managed project from one issuetype to another. Identify the two elements that might need to change. (Choose two.)

A. Statuses 
B. Priorities 
C. Required fields 
D. Resolutions 
E. Labels 



Question # 2

[Advanced User Features]You performed the following steps:Created a new filter with the JQL query project IN projectsWhereUserHasRole("Sales")Created a filter subscription for the filter and set the recipients to the Sales group.Leila is a member of the Sales group. Which issues will Leila receive in her subscription?

A. Issues from projects where Leila is in the Sales role 
B. Issues assigned to anyone in the Sales group 
C. Issues from projects where Leila is in the Sales group 
D. Issues assigned to anyone in the Sales role 



Question # 3

[Access, Permissions, Security]Your site contains the following:Alpha filter: PublicBeta filter: PrivateOmega dashboard: PublicThe system setting ‘Allow users to share dashboards and filters with thepublic’ is currently set to ON. You change that setting to OFF. What is the impact of this change?

A. You cannot set Viewers to Public on Beta filter. 
B. You cannot set Viewers to Private on Alpha filter. 
C. Users who are not logged in cannot see Alpha filter. 
D. Users who are not logged in cannot see Omega dashboard. 



Question # 4

[Advanced User Features]You run the JQL query shown:assignee changed from currentUser() TO EMPTY and resolution changed to EMPTYWhich statement is definitely true?

A. All returned issues are currently unresolved. 
B. All returned issues are currently unassigned. 
C. All returned issues were assigned to you at some point. 
D. All returned issues are currently not assigned to you. 
E. All returned issues were in Done status at some point. 



Question # 5

[Advanced User Features]You need to find unresolved issues assigned to suspended users. Identify the correct JQL query.

A. resolution is EMPTY AND assignee in inactiveUsers() 
B. statusCategory != Done AND assignee not in organizationMembers() 
C. resolution = Unresolved AND assignee changed to inactive 
D. statusCategory = Done AND assignee not in activeUsers() 
E. resolution = EMPTY AND assignee not in membersOf("jira-software-users") 



Question # 6

[Access, Permissions, Security]You need to grant members of the Compliance team access to all of your company-managed projectsin Jira. All the projects were created with a shared configuration and need to remain that way. You mustdecide if a project role is required to accommodate any of their requirements. Identify therequirement that necessitates the use of a project role.

A. Only some Compliance users can delete issues and they differ in each project. 
B. All members need to be able to move issues. 
C. Only two Compliance users should be able to see secured issues. 
D. Only some Compliance users need to create shared dashboards. 



Question # 7

[Access, Permissions, Security]Your Jira Cloud instance has hundreds of company-managed projects which are used only by thedevelopment team at your organization. All projects share a single permission scheme. New businessrequirements state:Customer support staff at your organization need to view all issues in all the projects.They also need to share filters with other users.They should not be granted too much access.Identify the appropriate way to configure customer support staff in Jira.

A. As a new group 
B. As a security level
C. As a new project role 
D. As a new permission 



Question # 8

[Advanced User Features]You need to create a filter that shows only issues that were created during the last calendar month.Identify the correct JQL query.

A. created changed during (startOfMonth(), endOfMonth()) 
B. createdDate >= startOfMonth(-1) OR createdDate <= endOfMonth(-1) 
C. created >= startOfMonth(-1) AND created <= endOfMonth(-1) 
D. createdDate >= startOfMonth(-1m) AND createdDate <= endOfMonth(-1m) 



Question # 9

[System Administration and Administering Jira]You want to restore a Cloud instance with another Jira Cloud backup. Which is not a valid option?

A. Import data 
B. Import apps 
C. Merge with existing Cloud users 
D. Overwrite existing Cloud users 
E. Import media 



Question # 10

[Issue Types, Fields, Screens]You are configuring an issue layout in a company-managed project. Which statement is true?

A. You can reuse fields from a team-managed project.
B. You can copy a layout to another project using the same screen. 
C. You can move any field to the Hidden fields section. 
D. You can move any field to the Context fields section. 



Question # 11

[System Administration and Administering Jira]From which three sources can the Jira import wizard import data? (Choose three.)

A. Microsoft Excel 
B. Trello 
C. Bitbucket 
D. GitHub 
E. JSON 
F. CSV 



Question # 12

[Workflows and Automation]A company-managed project uses a single workflow for two issue types: Blogs and Ideas.Youreceived several new requirements. To satisfy one of them, you must create a second workflow.Identify that requirement.

A. Blogs should be auto-closed after 3 days, but not Ideas. 
B. Blogs should be editable after they are closed, but not Ideas. 
C. Blogs should be sent to the project lead each Friday, but not Ideas. 
D. Blogs should allow reopening after they are closed, but not Ideas. 



Question # 13

[Workflows and Automation]You renamed a status in the workflow of a team-managed project. Which statement is true?

A. The status will be renamed in all team-managed workflows. 
B. Workflow rules that reference the status must be updated. 
C. Transitions coming into that status must be updated. 
D. Saved filters that reference the status must be updated.
E. The status will be renamed on the Status page in Jira administration. 



Question # 14

[Workflows and Automation]Peter is building a workflow in his team-managed project. He can add several rules to his workflowexcept for one rule. Identify that rule.

A. Rule to clear the Assignee when closing.
B. Rule to reopen Sub-tasks when reopening Stories.
C. Rule to ensure only Peter can approve Stories.
D. Rule to clear the Description when reopening.
E. Rule to ensure only the Reporter can close bugs.



Question # 15

[Workflows and Automation]You need to create an automation rule as follows:When a Story is updatedIf it is unestimatedComment on its Sub-tasksWhich two rule elements are needed in this rule? (Choose two.)

A. Branch rule on Sub-tasks 
B. Issue fields condition on whether Story Points is empty 
C. Related issues condition on Issues in the sprint 
D. Branch rule on Stories 



Question # 16

[Workflows and Automation]An automation rule is configured as shown:When: Rule is triggered on All commentsIf: Initiator is in DevelopersThen: Transition the issue to DEVELOPMENTIf: Initiator is in ReviewersThen: Transition the issue to REVIEWYou are only in the Reviewers project role. What happens whenyou comment on an issue?

A. The rule does not execute. 
B. The issue transitions to REVIEW. 
C. The rule executes but does not perform any actions. 
D. The issue transitions to DEVELOPMENT. 



Question # 17

[Notifications]A custom notification event must be fired in the workflow transition of a company-managed project.Which element must be configured?

A. Validator 
B. Transition property 
C. Condition 
D. Post function 
E. Trigger 



Question # 18

[Workflows and Automation]You were asked to modify the only workflow in a company-managed project. Which tworequirements can be satisfied using only out-of-box functionality? (Choose two.)

A. Automatically set Due Date based on the issue type. 
B. Only a subset of project users should be able to create epics. 
C. Automatically clear Assignee when transitioning to Pending. 
D. Automatically reassign an issue when Priority is edited. 
E. Only members of Testers project role can transition to Passed.



Question # 19

[Workflows and Automation]An automation rule should send an email with the issue key in the subject line. Identify the correctsyntax to use in the Send Email action.

A. {{triggerIssue.issuekey}} 
B. {{issue.key}} 
C. {{issueKey}} 
D. {issue.issuekey} 
E. issue.key 



Question # 20

[System Administration and Administering Jira]Francis needs to manage product subscriptions and billing on his Jira site. What administratorprivileges does Francis definitely need?

A. Organization admin role 
B. Product admin role for Jira Software 
C. Administer Jira global permission 
D. Product admin role for Jira Administration 



Question # 21

[Access, Permissions, Security]Currently, all users in your instance can see all issues in the BRAVO company-managed project. Youreceived these new requirements:Some BRAVO issues should only be visible to managers.Some BRAVO issues should only be visible to supervisors.The remaining BRAVO issues should remain visible to all users.Identify two elements that must beconfigured. (Choose two.)

A. Issue security scheme 
B. Set Issue Security permission 
C. Global permissions 
D. Browse Projects permission 
E. Administer Projects permission 



Question # 22

[Access, Permissions, Security]On the Bulk Operation screen, Taylor is unable to choose the Delete Issues bulk action. What doesTaylor definitely need?

A. Organization admin privileges
B. Jira administration privileges
C. Global permissions
D. Project permissions
E. Project administration privileges



Question # 23

[Access, Permissions, Security]The Customer Relations team has just been given access to Jira. They can see two projects but not the project boards. They created several advanced searches andwant other project members to see the results. Which permission do they require without receivingtoo much access?

A. Browse Projects 
B. Share dashboards and filters 
C. Board administrator 
D. Administer Jira 



Question # 24

[System Administration and Administering Jira]Jon needs to create groups and manage membership in groups. Which administrator privilege doesJon need?

A. Organization admin 
B. Product Admin role for Jira 
C. System administrator 
D. Jira administrator 
E. Project administrator 



Question # 25

[Access, Permissions, Security]An excerpt of the DEV permission scheme is shown:Project Permissions|Users / Groups / Project RolesAdminister Projects | Project Role (Administrators)View Development Tools | Project Role (Core), Project Role (Sprint Team)Manage Sprints | Project Role (atlassian-addons-project-access), Project Role (Core)Ahmed is a project administrator in DEV and not a Jira administrator. He is unable to create sprints inDEV. What should Ahmed do?

A. Add himself to the Core project role 
B. Add himself to the Sprint Team project role 
C. Add the Administrators project role to the ‘View Development Tools’ permission 
D. Add the Administrators project role to the ‘Manage Sprints’ permission 



Feedback That Matters: Reviews of Our ATLASSIAN ACP-120 Dumps

    Nutan Datta         Jun 18, 2026

Particularly when it came to Jira workflows and configurations, ACP-120 was very hands-on. Through practice questions and answers, Mycertshub helped me comprehend real-world exam scenarios, which made the concepts much clearer.

    Leo Jackson         Jun 17, 2026

Mycertshub made ACP-120 easier to follow, which surprised me given its level of detail. I was able to familiarize myself with the exam's assessment of Jira admin tasks thanks to the practice questions.

    Charles Tyler         Jun 17, 2026

Consistent practice in ACP-120 was what I found to be most effective. I was able to stay focused and perform better on the actual test thanks to the realistic exam questions and answers provided by Mycertshub.


Leave Your Review