Currently, the Done column of the Finance board shows all issues ever completed, regardless of age. Now, the team wants to do a periodic clean-up of the Done column.
1.
They want to do the clean-up whenever it is needed on an ad-hoc basis.
2.
They want to be able to report on all the issues that were removed during each clean-up.
Which solution meets their need?
A. remove issues as needed using the Release link
B. exclude issues in Done status from the board filter
C. exclude issues in Done status via a sub-filter
D. exclude issues where Resolution != EMPTY from the board filter
Paul and Tessa are in the Auditors role of every project.
You need to write a JQL query that shows Issues reported by either of them that are still unassigned.
Select the correct JQL query.
A. Reporter IN (Paul, Tessa) AND Assignee IS EMPTY
B. Reporter IN (Auditors) AND assignee - EMPTY
C. Reporter IN membersOfCAuditors") AND assignee = NULL
D. Reporter IS Paul OR Reporter IS Tessa AND Assignee IS NULL
E. (Reporter - Paul OR Reporter ?Tessa) AND Assignee - Unassigned
The team wants to flag issues using a category. Their requirements are:
1.
more than one category value can be selected on an issue
2.
new category values can be added by any user
3.
category values can be selected via a dropdown menu
4.
category values can be re-used across all projects
Which field meets their requirements?
A. text field
B. component
C. user picket
D. label
E. checkboxes
A project was created with a shared configuration. Which two configurations were shared? (Choose two.
A. component lead assignments
B. versions
C. transition screens
D. project role membership
E. project permissions
You want to create a new Scrum board with the following requirements:
1.
Show all issue types from project BERT but do not show sub-tasks in the backlog
2.
Show only epics from project ERNIE
3.
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)
The MR manager is unsure whether she wants a Scrum or Kanban board for her project.
Identify one difference between the boards.
A. Only Kanban boards support column constraints.
B. Only Scrum boards support a card layout for backlog view.
C. Only Kanban boards can display Days in column
D. Only Scrum boards have a sub filter
E. Only Scrum boards support selecting an estimation method.
The release manager is requesting a list of all issues included in a particular sprint. Which report will provide this information?
A. Control Chart
B. Release Burndown
C. Version Report
D. Sprint Report
E. Average Age Report
Jon can already see issues in a particular project. But he also needs to:
1.
work on setting Due Date on issues
2.
transition issues from the Resolved column to the Closed column
His project was created using the Scrum project template and the simplified workflow has not been modified. Which three additional permissions does he definitely need? (Choose three.)
A. Work On Issues
B. Browse Projects
C. Close Issues
D. Transition Issues
E. Schedule Issues
Analyze the component configuration of a project as shown.

Dave creates an issue and wants to use the auto-assignment feature of Jira. Which statement is definitely correct?
A. If UX is selected, the issue will be assigned to admin.
B. If Login and Signoff are selected, the issue will be assigned to Project admin.
C. If Signoff is selected, the issue will be assigned to Project admin.
D. If Test is selected, the issue will be assigned to Project lead.
An issue was created with the following attributes:
1.
Issue type: Story
2.
Priority: Blocker
3.
Labels: Tools, DevOps
4.
Reporter: A.Grant
An excerpt of the board's swimlane configuration is shown.

In which swimlane will the issue appear?
A. Change requests
B. Expedite
C. Internal stories
D. Everything Else
E. Stories