View the extract of a Jira Software Scrum project's permission scheme shown.

The project uses a simplified workflow.
Who can drag and drop issues to the Closed column on the board?
A. only the board administrator
B. any user with Jira Software application access
C. nobody
D. any logged in user
E. only members of the Administrators project role
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
As a project administrator, what changes can you make to the project sidebar?
A. change the background color
B. remove links to Reports
C. add a URL and link text
D. display project descriptions
E. display project team members
You need a way to put issues On Hold. Additionally you need to filter for all issues that:
were put On Hold by user Dave were put On Hold in the last 30 days The current workflow is shown below:

Which combination of configuration items will meet the requirements?
A. Status, screen
B. Status, transitions
C. Transition, custom field (User Picker)
D. Transition, post-function
E. Screen, custom field (Date picker)
Jill is the project administrator of the SOFTWARE project. She has the following requirements:
A Testing status should be added to the workflow used by all issue types in her project.
Only developers should be able to transition issues into the Testing status.
She consults the Workflows section of her project settings page and finds out that the workflow scheme is
used in 2 projects, the SOFTWARE and the HARDWARE project. Luckily, she is also a project administrator of the HARDWARE project. Which of the following statements is true?
A. She can implement the desired workflow changes if she has the Extended project administration permission in both projects.
B. She can implement the desired workflow changes since she is the project administrator in both projects.
C. She will only be able to add the new status to the workflow but won't be able to implement the desired restriction.
D. She will not be able to perform any of the changes and has to contact a Jira administrator.
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
All projects use a simplified workflow which has three statuses (Open, In Progress, Closed) and all global
transitions.
You need to find issues which were never In Progress.
Select the correct JQL query.
A. Status WAS Open OR Status WAS Closed
B. Status != "In Progress"
C. Status NOT Changed TO "In Progress"
D. Status WAS NOT "In Progress"
E. Status ONLY IN (Open, Closed)
Your coworkers, Jill and Dave, want you to create a filter and a corresponding filter subscription to run every morning at 8 AM.
For the query result, they each want to receive a list of only their own issues that were assigned to them in the last 8 hours.
Which JQL query will you use in the filter?
A. assignee in (Jill,Dave) AND created >= -8h
B. assignee changed TO currentUser() AFTER startOfDay()
C. assignee changed TO currentUser() >= -8h
D. assignee changed TO (Jill,Dave) >= -8h
E. assignee = Jill OR assignee = Dave AND created AFTER startOfDay()
You are asked to create a dashboard to meet these requirements:
Viewers can easily see the number of issues assigned to each team member.
Viewers can see the percentage of work currently assigned to each team member.
Viewers are presented with a graphical view of the distribution of the work assigned to team members.
Gadgets display unassigned issues.
Which combination of gadgets should you use?
A. Pie Chart and Two Dimensional Filter Statistics
B. Activity Stream and Pie Chart
C. Two Dimensional Filter Statistics and Created vs. Resolved Chart
D. Filter Results and Issue Statistics
E. Issue Statistics and Pie Chart
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.