Managing Jira Projects for Data Center and Server Certification ACP-610 Exam Questions
Question #1 (Topic: demo questions)
All projects use a shared permission scheme. The Browse Projects permission needs to be updated so that project administrators can manage access to their own projects. What entry must be added to the Browse Projects permission?
Correct Answer: B
Explanation not available for this question.
Question #2 (Topic: demo questions)
Bob can see only 20 out of 50 issues in a particular scrum project. Browse Projects permission is granted to a single group. What does Bob need to see all the issues?
Correct Answer: B
Explanation:
Bob needs security level access to see all the issues in the scrum project. Security levels are a way of restricting the visibility of certain issues within a project to specific users or groups. If Bob does not have the appropriate security level for some issues, he will not be able to see them. Browse Projects permission alone is not enough to see all the issues in a project that hassecurity levels configured. Project permission, global permission, and board access are not related to issue visibility within a project. References: Configuring issue-level security, Managing Jira Projects Data Center and Server: Certification Bundle
Question #3 (Topic: demo questions)
You want to create a new Scrum board with the following requirements: • Show all issue types from project BERT but do not show sub-tasks in the backlog • Show only epics from project ERNIE • Do not show issues from any other projects Which board filler query meets these requirements?
Correct Answer: C
Explanation:
The board filter query that meets these requirements is (project = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic). This query will show all issue types from project BERT except sub-tasks, as well as only epics from project ERNIE. It will not show issues from any other projects, as it uses the OR operator to combine two conditions that specify the project names. The other queries do not meet all the requirements, as they either include sub tasks from project BERT, exclude epics from project ERNIE, or show issues from other projects. References: Configuring filters, Advanced searching - fields reference
Question #4 (Topic: demo questions)
You want to update a workflow that is not shared. You are a project administrator and "Extended project administration" is enabled. Which two actions can you complete? (Choose two.)
Correct Answer: C, D
Explanation not available for this question.