ATLASSIAN ACP-100 Exam Practice Questions (P. 4)
- Full Access (72 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
Managers want to ensure that every issue in Jira always has an assignee.
Which change will definitely meet this requirement?
Which change will definitely meet this requirement?
- AUpdate post functions to set the assignee appropriately at each workflow transition.
- BSet Default Assignee to Project Lead in every project.
- CUse components for automatic assignment in every project.
- DMake the assignee required on workflow transition screens.
- EMake the assignee required through field configurations.
- FSet the global option "Allow unassigned issues" to OFF.Most Voted
Correct Answer:
A
Reference:
https://community.atlassian.com/t5/Answers-Developer-Questions/Conditional-Post-Function/qaq-p/561594
A
Reference:
https://community.atlassian.com/t5/Answers-Developer-Questions/Conditional-Post-Function/qaq-p/561594
send
light_mode
delete
Question #17
Your company will migrate to Jira. You plan to import with a CSV file.
Which fields are required as CSV columns for your import?
Which fields are required as CSV columns for your import?
- AProject
- BProject, Summary
- CSummaryMost Voted
- DProject, Issue Type
- ESummary, Issue Type
Correct Answer:
C
Each CSV file must possess a heading row with a Summary column
Reference:
https://confluence.atlassian.com/adminjiraserver/importing-data-from-csv-938847533.html
C
Each CSV file must possess a heading row with a Summary column
Reference:
https://confluence.atlassian.com/adminjiraserver/importing-data-from-csv-938847533.html
send
light_mode
delete
Question #18
Sundar's development projects are falling behind. He wants to write a JQL query to find issues that meet all three of these criteria:
1. He is the project lead of the project or the project is DEV.
2. fixVersion had been set to 4.3 at some point but was later removed.
3. Issues were created in the first 15 days of this month.
The Exhibit shows the JQL query he created.

Which statement about Sundar's query is true?
1. He is the project lead of the project or the project is DEV.
2. fixVersion had been set to 4.3 at some point but was later removed.
3. Issues were created in the first 15 days of this month.
The Exhibit shows the JQL query he created.

Which statement about Sundar's query is true?
- AThe query will not return the right set of issues because the parentheses are wrong.
- BThe query will not return the right set of issues because lines 2 and 3 are wrong.Most Voted
- CThe query will return the right set of issues, but it is inefficient.
- DThe query is well written and will return the right set of issues.
- EThe query is valid, but it will not run without a Jira Marketplace app.
- FThe query will not return the right set of issues because line 2 only is wrong.
Correct Answer:
E
E
send
light_mode
delete
Question #19
A team complains that many of their issues are in the Closed status, but do not have a resolution set, which causes problems with reporting. The project uses a single workflow.
You want to set the resolution to Done on all existing issues in the Closed status.
Which combination of workflow elements and a bulk operation will achieve this?
A.
✑ A temporary transition and a trigger
✑ An Edit Issues bulk operation
B.
✑ A temporary transition and a post function
✑ A Transition Issues bulk operation
C.
A screen and the Resolution field

✑ A Move Issues bulk operation
D.
✑ A screen and a custom field
✑ An Edit Issues bulk operation
E.
✑ A temporary transition and a screen
✑ An Edit Issues bulk operation
You want to set the resolution to Done on all existing issues in the Closed status.
Which combination of workflow elements and a bulk operation will achieve this?
A.
✑ A temporary transition and a trigger
✑ An Edit Issues bulk operation
B.
✑ A temporary transition and a post function
✑ A Transition Issues bulk operation
C.
A screen and the Resolution field

✑ A Move Issues bulk operation
D.
✑ A screen and a custom field
✑ An Edit Issues bulk operation
E.
✑ A temporary transition and a screen
✑ An Edit Issues bulk operation
send
light_mode
delete
Question #20
Tom has asked you why the numbers returned by his searches are not right. He shows you three JQL queries:

How can you fix this?

How can you fix this?
- AChange the query to project = "Cake Baking" and fixVersion ~ 1.1.0.
- BChange the query to project = "Cake Baking" and ( fixVersion is empty or fixVersion != 1.1.0 ).Most Voted
- CRename the versions so they do not contain periods.
- DIdentify the missing issues and change the permissions so that everyone can see them.
- EChange the query to project = "Cake Baking" and fixVersion not in (1.1.0).
Correct Answer:
D
D
send
light_mode
delete
All Pages