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?
A.
Application Access
B.
Project Lead
C.
Single User Project Role
D.
Group
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?
A.
project permission
B.
security level access
C.
global permission
D.
board access
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?
A.
project in (BERT, ERNIE) AND type in (standardlssueTypesG, Epic)
B.
project in (BERT. ERNIE) AND issuetype - Epic AND type not in subTasklssueTypesO
C.
project = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic)
D.
project = BERT OR (project - ERNIE AND type = Epic) E. (project - BERT AND type in standardlssueTypes(J) OR (project - ERNIE AND issuetype -Epic)
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.)