Scenario: You are working on an Agile board for your development team. Some team members have requested that you customize the board to display the progress of user stories more clearly. What customization option would you use to meet this request?

  • Card Colors
  • Card Layouts
  • Quick Filters
  • Swimlanes
Customizing the card colors on an Agile board allows for visually representing the progress of user stories. By assigning different colors to cards based on their progress status (e.g., to-do, in progress, done), team members can easily identify the current status of each user story without having to inspect individual cards.

What is the purpose of JIRA's "Issue Navigator"?

  • To configure project settings
  • To create and manage users
  • To search, view, and manage issues in JIRA
  • To track project progress
The purpose of JIRA's "Issue Navigator" is to provide users with a powerful tool to search, view, and manage issues within JIRA. It allows users to filter and sort issues based on various criteria, making it easier to locate specific items and track their status. The Issue Navigator plays a central role in navigating through the vast amount of data stored in JIRA, enabling efficient issue management and tracking within projects.

Scenario 3: During a sprint review, stakeholders request adding a new item to the product backlog, which they believe is a high-priority feature. What steps should be taken to incorporate this item into the backlog?

  • Delegate the decision of adding the new item solely to the Scrum Master for expedited handling.
  • Evaluate the new item's priority against existing backlog items and discuss its potential impact with the Product Owner before adding it.
  • Hold a separate meeting with stakeholders to gather more information about the new item before considering its inclusion.
  • Immediately add the new item to the backlog to address stakeholders' concerns.
Evaluating the new item's priority against existing backlog items and discussing its potential impact with the Product Owner ensures that decisions are made based on the overall project goals and priorities. Rushing to add the item without proper evaluation can disrupt the team's workflow and backlog management process.

In JIRA Automation, what is a "rule"?

  • A predefined action or set of actions triggered by specified conditions.
  • A project management methodology used in JIRA.
  • A type of filter used to sort JIRA issues.
  • A user-defined field in JIRA that dictates workflow behavior.
In JIRA Automation, a "rule" refers to a predefined action or set of actions that are triggered by specified conditions. These rules automate repetitive tasks, such as assigning an issue or sending notifications, thereby enhancing efficiency and reducing manual effort. Understanding rules is fundamental for effectively automating processes within JIRA.

In JIRA, what is the key difference between an "Issue" and a "Task" issue type?

  • Issues are generic items that can represent various work items, while Tasks are specifically used for tracking actionable tasks.
  • Issues are used for tracking bugs, while Tasks are used for tracking user stories.
  • Issues are used for tracking user stories, while Tasks are used for tracking bugs.
  • There is no difference; both terms refer to the same thing in JIRA.
In JIRA, the key difference between an "Issue" and a "Task" issue type is that Issues are generic items that can represent various work items such as user stories, bugs, epics, etc., while Tasks are specifically used for tracking actionable tasks within a project. Tasks are typically used for breaking down larger pieces of work into smaller, manageable tasks that can be assigned to team members for execution.

How can you create a new issue in JIRA?

  • Click on the "Create" button and fill in the necessary details
  • Go to the "Settings" menu and choose "New Issue"
  • Select an existing issue and choose the "Duplicate" option
  • Use the keyboard shortcut "Ctrl + N"
To create a new issue in JIRA, users typically click on the "Create" button located on the navigation bar. This action opens a new issue form where they can input details such as issue type, summary, description, and assignee. Using keyboard shortcuts or duplicating existing issues are alternative methods, but they are not the primary way to create new issues.

When performing Bulk Operations in JIRA, you can use JQL to _______ a specific set of issues for modification.

  • Filter
  • Query
  • Select
  • Sort
In JIRA, JQL (JIRA Query Language) is used to filter and select a specific set of issues based on various criteria such as status, assignee, project, etc. Hence, using JQL, you can filter a specific set of issues for modification during Bulk Operations.

In Scrum, the team holds a _______ at the end of each sprint to review and plan.

  • Daily Standup
  • Planning Meeting
  • Retrospective
  • Sprint Review
In Scrum, the team holds a Sprint Review at the end of each sprint to review the work completed during the sprint and plan for the next sprint. This meeting allows for feedback and collaboration among team members and stakeholders.

How can you ensure that a custom field is displayed on an issue's view screen in JIRA?

  • By adding the field to the default field configuration used by the project.
  • By configuring the field to be displayed on all screens within the JIRA instance.
  • By granting specific permissions to users to view the custom field.
  • By modifying the JIRA source code to include the custom field.
To ensure that a custom field is displayed on an issue's view screen in JIRA, you need to add the field to the appropriate field configuration used by the project. Field configurations determine which fields are available on screens for particular issue operations. By including the custom field in the field configuration, you ensure that it appears on the issue view screen where users can easily access and interact with it.

Which of the following is NOT a key component of JIRA?

  • Commit
  • Dashboard
  • Epic
  • Project
While JIRA provides integration with version control systems like Git, "Commit" is not a native component of JIRA. A commit typically refers to a code change in version control systems but is not directly managed within JIRA.