Indicate which two use cases require the use of issue-level security within a project. (Choose two.)
A. Only managers should be able to see Critical issues in the project.
B. Only managers should be able to choose who sees certain issues in the project.
C. Only managers should be able to see the project.
D. Only managers should be able to set the Due Date on issues in the project.
E. Only managers should be able to Close issues in the project.
Martina is unable to perform the following actions in the App project:
Create and manage versions Create and manage components Rank issues in the backlog
The App project does not use a shared permission scheme.
Which two permissions will allow her to perform those actions? (Choose two.)
A. Transition Issues
B. Move Issues
C. Administer Projects
D. Bulk Change
E. Schedule Issues
View the extract of a permission scheme shown below.
Which two statements are correct? (Choose two.)
A. Users in the project role Administrators can update components and versions.
B. Users must be in either the jira-software-users group or the Users project role to delete issues.
C. All logged in users can create issues.
D. Users must be in both in the jira-software-users group and the Users project role to delete issues.
E. Users can edit issues only if they have a valid Jira Core license.
Which statement is correct about archiving a version in Jira?
A. Versions can be archived only in Jira Software projects, not Jira Business projects.
B. Archived versions cannot be selected in either the Fix Version/s dropdown, or the Affects Version/s field dropdown.
C. Archived versions can be selected only in the FixVersion/s field dropdown, not the Affects Version/s field dropdown.
D. Versions can be archived in Jira only if they do not contain any unresolved issues.
E. Archived versions will be grouped as Archived Versions in the FixVersion/s field dropdown.
You are asked to change who receives notifications when issues are moved.
The settings in the default notification scheme used by your project are shown in the table below.
As a project administrator, why are you NOT able to update the notification scheme?
A. The notification scheme is shared.
B. You are not a Jira administrator.
C. The extended project administration option is not enabled.
D. The default notification scheme cannot be edited.
Which statement is true about configuring issue types in a project?
A. Standard and sub-task issue types must always have their own workflows.
B. Epics cannot have sub-tasks in a Jira Software project.
C. There are three levels of issue types in a Jira Software project; Epic, Story, Sub-task.
D. Sub-task issue types can have a different issue security level than their parent.
E. An issue type scheme can have unlimited sub-task issue types.
F. You can disable the Create Sub-task operation on some standard issue types.
You need a field which meets the following requirements:
It indicates the importance of an issue.
It must be used in all projects.
It must allow only a single value.
It must have a default.
It must have different options in different projects.
It must allow options to be disabled.
Which field meets these requirements?
A. Component/s system field
B. Select List (single choice) custom field
C. Checkboxes custom field
D. Labels system field
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. status CHANGED FROM "In Progress" TO Closed
B. status = Closed OR (status WAS Closed AND status = Open)
C. status WAS Closed
D. status CHANGED TO Open
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. category = ARCHIVE and resolution EQUALS EMPTY
B. category = ARCHIVE AND resolution = NULL
C. project in ARCHIVE() AND resolution = Unresolved
D. project CHANGED TO "ARCH_*" AND resolution IS EMPTY
E. project ~ "ARCH_*" AND resolution = Unresolved
F. y ~ "ARCH_*" AND resolution IS EMPTY
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?
A. Request a separate issue type and issue type scheme for each team.
B. Use the card colors feature to color-code the fields by team.
C. Make fields available only for the team that needs them.
D. Request individual team screens to be associated with the Edit Issue operation.
E. Group individual fields by team and place them on separate tabs.