A Sprint Burndown Chart helps teams track their progress towards completing _______.
- Planned Work
- Remaining Work
- Completed Work
- Additional Work
The correct option is Remaining Work. A Sprint Burndown Chart helps teams track their progress towards completing the remaining work in the sprint backlog. It shows how much work is remaining to be done as the sprint progresses, enabling teams to adjust their efforts and ensure they meet their sprint goals.
How can you undo Bulk Operations in JIRA if a mistake is made during the process?
- There is no way to undo bulk operations
- By reverting to a previous JIRA backup
- By manually reverting each individual change
- By using the 'Undo' option immediately after the operation
In JIRA, if a mistake is made during a bulk operation, the 'Undo' option can be used immediately after the operation to revert the changes. It's important to act quickly to ensure that unintended changes are undone efficiently.
JIRA Dashboards and Gadgets are useful for providing _______ insights and data visualization.
- Analytical
- Detailed
- Historical
- Real-time
JIRA Dashboards and Gadgets are designed to provide real-time insights and data visualization, allowing users to monitor project progress and performance metrics in real-time. This helps in making informed decisions and identifying potential issues promptly.
How do you create a new project in JIRA?
- By clicking on the "Create Project" button
- By purchasing a project from the JIRA Marketplace
- By sending a request to the JIRA administrator
- By writing code in a programming language
To create a new project in JIRA, users can click on the "Create Project" button and follow the prompts to specify the project's details such as name, key, and project lead.
JIRA workflows allow you to define various _______ to control issue transitions.
- Actors
- Paths
- Rules
- States
Workflows in JIRA consist of various states through which issues transition. These states are defined to control the flow of work effectively.
Which file format is commonly used for exporting data from JIRA?
- CSV
- JSON
- XLSX
- XML
The common file format used for exporting data from JIRA is CSV (Comma-Separated Values). This format allows easy manipulation of data in spreadsheet software like Excel, making it convenient for users to analyze and work with the exported data efficiently.
How can you link two issues in JIRA?
- By using the "Link" option in the issue menu
- By creating a new issue and referencing the existing issue in its description
- By tagging both issues with the same label
- By assigning both issues to the same user
To link two issues in JIRA, you can use the "Link" option available in the issue menu. This allows you to establish a relationship between the two issues, such as "blocks", "is blocked by", "relates to", etc. Linking issues helps in managing dependencies and understanding the connections between different tasks or pieces of work.
Your Agile team is consistently delivering less than the committed story points in each sprint. What Agile metric should you primarily focus on to improve your team's performance?
- Cycle Time
- Lead Time
- Throughput
- Velocity
Velocity is the most suitable Agile metric to focus on in this scenario. It measures the average amount of work completed per sprint and can help the team understand its historical performance and set realistic goals for future sprints. By tracking velocity, the team can identify trends, adapt its planning, and strive for continuous improvement in delivering committed story points.
What is the purpose of the "Sub-task" issue type in JIRA?
- To assign tasks to developers automatically.
- To break down larger tasks or user stories into more manageable sub-components.
- To represent a major feature or initiative within a project.
- To track defects or problems in the software that need to be fixed.
The purpose of the "Sub-task" issue type in JIRA is to break down larger tasks or user stories into more manageable sub-components. Sub-tasks allow for better tracking and management of work by dividing complex tasks into smaller, more achievable pieces. This helps teams to organize and prioritize their work effectively, as well as allocate resources more efficiently.
How does a Kanban board help in visualizing work in progress (WIP)?
- By displaying only completed tasks
- By highlighting overdue tasks
- By limiting the number of tasks allowed in each column
- By showing tasks in alphabetical order
A Kanban board visually represents the flow of work by dividing it into columns representing different stages of the process. By limiting the number of tasks allowed in each column, it helps in visualizing work in progress (WIP) and encourages teams to focus on completing tasks before starting new ones, thereby improving efficiency and throughput.