Jira Jira Issue Management and Tracking 2 — Questions and Answers
Question 1: What is the function of 'Fix Version' in a Jira issue?
- It records which version of the software introduced the bug
- It indicates which release version the issue is planned to be resolved in (Correct answer)
- It automatically closes the issue when a new version is released
- It links the issue to a Git branch for the fix
Correct answer: It indicates which release version the issue is planned to be resolved in
Fix Version identifies the planned release in which the issue will be addressed, helping teams manage release planning and roadmaps.
Question 2: Which type of issue link in Jira indicates that one issue cannot be started until another is completed?
- duplicates
- is blocked by (Correct answer)
- relates to
- clones
Correct answer: is blocked by
'Is blocked by' is the standard link type indicating a dependency where the current issue cannot proceed until the linked issue is resolved.
Question 3: In Jira, what is a 'label' and how does it differ from a 'component'?
- Labels are project-scoped and managed by admins; components are user-defined tags
- Labels are free-form tags that can be shared across projects; components are project-specific categories managed by admins (Correct answer)
- Labels assign issues to sprints; components assign issues to epics
- Labels and components are identical features with different names
Correct answer: Labels are free-form tags that can be shared across projects; components are project-specific categories managed by admins
Labels are free-form, user-created tags that can be reused across multiple projects, while Components are predefined, admin-managed categories scoped to a single project.
Question 4: What happens to an issue's subtasks when the parent issue is deleted in Jira?
- Subtasks are promoted to standalone issues
- Subtasks are archived but not deleted
- Subtasks are also deleted (Correct answer)
- Subtasks are reassigned to the project backlog
Correct answer: Subtasks are also deleted
Deleting a parent issue in Jira also deletes all of its subtasks, as they cannot exist without a parent.
Question 5: Which Jira screen is used to display the fields that appear when a user views an existing issue?
- Create Issue Screen
- Edit Issue Screen
- View Issue Screen (Correct answer)
- Transition Screen
Correct answer: View Issue Screen
The View Issue Screen controls which fields and in what order they are displayed when a user opens an existing issue to review it.
Question 6: What is the maximum number of issues that the default Jira bulk operation can process at one time?
- 50
- 250 (Correct answer)
- 1000
- Unlimited
Correct answer: 250
Jira's bulk operations are limited to 250 issues at a time by default to prevent performance issues on the instance.
Question 7: In Jira, what is the purpose of the 'Affects Version' field?
- It specifies which version of the software is impacted by the issue (Correct answer)
- It tracks which sprint the issue was first reported in
- It identifies the developer who should fix the issue
- It sets the target release for delivering the fix
Correct answer: It specifies which version of the software is impacted by the issue
'Affects Version' records which released or planned version of the product is impacted by the issue, helping with triage and release notes.
What is the function of 'Fix Version' in a Jira issue?