What is a "Burndown Chart" in JIRA, and what information does it convey?

  • A chart displaying the distribution of issues across different project components.
  • A chart illustrating the allocation of resources within a JIRA project.
  • A chart indicating the rate at which work is being completed in a sprint compared to the ideal rate.
  • A chart showing the cumulative work completed over time in a sprint.
In JIRA, a "Burndown Chart" is a graphical representation of the progress of work within a sprint or iteration. It displays two main pieces of information: the total work remaining in the sprint and the projected completion date based on the team's current velocity. The chart shows the rate at which work is being completed (burned down) over time, typically plotted against the ideal rate of work completion. Burndown charts are useful for tracking sprint progress, identifying potential bottlenecks, and predicting whether the team will complete all planned work within the sprint timeframe. They provide valuable insights into team performance and help stakeholders visualize the trajectory of work completion throughout the sprint.

In backlog management, what does the term "acceptance criteria" refer to?

  • Budget constraints for the project
  • Conditions that a product must satisfy to be accepted by the product owner
  • Quality assurance metrics for the code
  • Tasks assigned to team members for implementation
In backlog management, "acceptance criteria" refers to the conditions that a product must satisfy to be accepted by the product owner. These criteria define the functional and non-functional requirements that must be met for a user story to be considered complete and ready for delivery. By establishing clear acceptance criteria, the team and the product owner align their understanding of what constitutes a successful implementation, ensuring that the delivered product meets stakeholder expectations and adds value to the end-users.

Can a sub-task have its own sub-tasks in JIRA?

  • It depends on the project configuration.
  • No
  • Sub-tasks cannot have sub-tasks.
  • Yes
In JIRA, sub-tasks cannot have their own sub-tasks. They are meant to be smaller units of work that contribute to completing a parent task. Therefore, a sub-task cannot have further sub-tasks associated with it. Understanding this concept is crucial for managing task hierarchies effectively within JIRA.

What is the purpose of the "Rich Filter" gadget in JIRA Dashboards?

  • To display a dynamic subset of issues based on predefined criteria.
  • To enhance the security of the dashboard by applying encryption.
  • To filter out spam and irrelevant content from the dashboard.
  • To provide a visual representation of project timelines.
The purpose of the "Rich Filter" gadget in JIRA Dashboards is to display a dynamic subset of issues based on predefined criteria. This gadget allows users to create complex filters to display only the relevant issues on the dashboard. It's particularly useful for teams that want to focus on specific aspects of a project or track progress based on custom criteria. With the Rich Filter gadget, users can tailor the dashboard to their specific needs and gain valuable insights into project status and progress.

_______ is a powerful feature in JIRA Automation that allows you to dynamically generate values for fields.

  • Expressions
  • Functions
  • Smart Values
  • Variables
Smart Values is a powerful feature in JIRA Automation that allows you to dynamically generate values for fields based on various parameters such as issue data, dates, and user information.

In JIRA, what is the primary purpose of assigning an issue to a team member?

  • To ensure accountability and ownership
  • To increase the visibility of the issue
  • To mark the issue as resolved
  • To restrict access to the issue
The primary purpose of assigning an issue to a team member in JIRA is to ensure clear accountability and ownership. By assigning an issue, it becomes clear who is responsible for its resolution. This facilitates effective communication and coordination within the team, streamlining the workflow and ensuring timely resolution of issues.

What are custom fields in JIRA primarily used for?

  • Defining workflow transitions
  • Enhancing issue data
  • Managing user permissions
  • Tracking sprint progress
Custom fields in JIRA are primarily used to enhance issue data by allowing users to capture specific information that is relevant to their project or organization. They enable users to customize JIRA to suit their unique requirements by adding fields such as text fields, dropdown lists, checkboxes, etc., to capture additional information beyond the default JIRA fields.

What are some common types of reports that can be generated in JIRA?

  • Burndown charts, Pie charts, Time tracking reports, Issue statistics
  • Customer feedback reports, Sales reports, Financial reports, Marketing reports
  • Email reports, Meeting minutes, Task lists, Bug fixes
  • Gantt charts, Flow charts, UML diagrams, Mind maps
Some common types of reports that can be generated in JIRA include Burndown charts, Pie charts, Time tracking reports, and Issue statistics. Burndown charts visualize the progress of completing tasks over time, Pie charts display the distribution of issues by category, Time tracking reports show the time spent on tasks, and Issue statistics provide insights into issue status and trends. These reports help teams analyze project performance, identify areas for improvement, and make data-driven decisions.

How does JIRA Service Desk differentiate between "request types" and "issue types"?

  • Request types are specific to software development projects, while issue types are universal across all project types
  • Request types are used for internal purposes, while issue types are used for external communication
  • Request types are used for user authentication, while issue types are used for data storage
  • Request types are used to categorize incoming service requests, while issue types are used to classify tasks and incidents
JIRA Service Desk distinguishes between request types and issue types by their respective purposes. Request types are used to categorize and manage incoming service requests, while issue types are used to classify tasks, incidents, and other work items within the system.

JIRA administrators can create custom _______ to define unique sets of permissions for projects.

  • Workflows
  • Roles
  • Schemes
  • Fields
JIRA administrators can create custom Schemes to define unique sets of permissions for projects. Schemes in JIRA are configurations that allow administrators to control various aspects such as permissions, notification schemes, issue security, etc. They provide flexibility in defining specific configurations tailored to project requirements. Thus, option 3 is correct.