For the DEV project, Max has these requirements relating to time logging:
I need to be able to edit time logs.
I need to be able to delete time logs.
Which three project permissions does Max need in order to meet these requirements? (Choose three.)
A. Schedule Issues
B. Edit All Worklogs
C. Move Issues
D. Delete All Worklogs
E. Work On Issues
F. Edit All Comments
Tom needs to work on scheduling and reordering future Sprints in a project.
What are the minimum two permissions that Tom needs? (Choose two.)
A. Administer Projects
B. Work On Issues
C. View Development Tools
D. Browse Projects
E. Schedule Issues
F. Manage Sprints
Security levels have already been configured in the Legal project's issue security scheme.
Now Dave needs to be able to set a particular security level on an issue in the Legal project. Identify three prerequisites for him to be able to do this. (Choose three.)
A. Dave must be assigned to that particular security level.
B. Dave must have the Set Issue Security permission in the Legal project.
C. Dave must have access to the Legal project.
D. Dave must have a valid Jira Software license.
E. Issue-level security must be globally enabled by a Jira administrator.
F. Dave must be the project administrator of the Legal project.
John needs to configure an Issue Collector where he is the reporter of all the collected issues.
Which two permissions does he need to do this? (Choose two.)
A. Administer Projects
B. Transition Issues
C. Assignable User
D. Create Issues
E. Add Comments
You need a new project to track Software Defects.
The entire setup should be identical to the Hardware Defect project.
You ask your Jira administrator to create a new project with a shared configuration, and use the Hardware Defect project as the source.
Which three elements will you need to manually configure to achieve an identical setup? (Choose three.)
A. Project description
B. Security levels
C. Screens
D. Components
E. Versions
F. Priorities
Below you are shown an extract of a field configuration used by all issue types in your project.
The field 'A detailed description' is a custom field of type Text field (multi-line). Which two statements are true? (Choose two.)
A. Users will be able to format text in the field.
B. The field can only be used in combination with the Description system field.
C. The field is mandatory in each issue type used in the project.
D. The project is configured to use only a single screen.
E. The maximum text length is limited to 100 characters.
You have gathered workflow requirements:
Sue wants to put issues ON HOLD from anywhere in the workflow.
Dave wants to restrict who can put issues ON HOLD.
You contact a Jira administrator to request appropriate workflow changes to address their requirements.
Which change do you NOT request?
A. A condition on the incoming transitions going in to ON HOLD
B. A global transition to the ON HOLD status
C. Outgoing transitions from the ON HOLD status
D. A security-level on the ON HOLD status
E. A new status called ON HOLD
Nadav wants to know how accurate estimates were on issues associated with version 2.2. Which report should he use?
A. Time Since Issues Report
B. Resolution Time Report
C. User Workload Report
D. Version Workload Report
E. Time Tracking Report
F. Single Level Group By Report
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
How do you configure the default unit for time tracking (minute, hour, day, week) in Jira?
A. per issue type
B. per project
C. per user
D. per group
E. per instance