What is the default issue type in JIRA when you create a new project?

  • Bug
  • Story
  • Sub-task
  • Task
The default issue type in JIRA when you create a new project is usually "Task". Tasks represent pieces of work that need to be completed as part of a project. However, this default issue type can be customized based on the needs of the project or organization.

What is a "transition" in the context of JIRA workflows?

  • A change of assignee for the issue
  • A change of priority for the issue
  • A change of project for the issue
  • A change of status from one workflow step to another
In JIRA workflows, a "transition" refers to the movement of an issue from one status to another within the workflow. It represents a change in the state of the issue, indicating progress or a change in its lifecycle. Transitions are defined in the workflow configuration and specify the conditions and actions required for the issue to move from one status to another. Understanding transitions is crucial for managing the flow of work and ensuring efficient issue resolution.

Which component manages external integrations and plugins in JIRA?

  • Authentication
  • Cache
  • Indexing
  • Plugin Manager
The Plugin Manager component in JIRA is responsible for managing external integrations and plugins. It allows administrators to install, configure, and manage third-party plugins that extend JIRA's functionality. Plugins can provide additional features, integrations with other tools, or customizations tailored to specific business requirements. By managing plugins, the Plugin Manager helps enhance JIRA's capabilities and adapt it to the needs of different teams and organizations.

Scenario: A team member wants to create a custom workflow in JIRA, but they are unsure about which types of conditions and validators to use. What advice would you provide to help them get started with their customization?

  • Focus on Post Functions
  • Implement Custom Fields
  • Use Issue Security Schemes
  • Utilize Transition Conditions and Validators
Transition conditions and validators are essential components for enforcing rules and constraints in a workflow. By utilizing them effectively, the team member can ensure that the custom workflow functions as intended, controlling the flow of issues through various statuses.

What are "Bulk Operations" in JIRA primarily used for?

  • Assigning a single user to multiple issues
  • Creating new issues in bulk
  • Deleting a single issue
  • Performing actions on multiple issues simultaneously
Bulk Operations in JIRA are primarily used for performing actions on multiple issues simultaneously. This includes actions like transitioning multiple issues through workflow states, editing multiple issues' fields at once, moving multiple issues to a different project, and more.

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.

Can you create custom screens in JIRA, and if so, how are they used?

  • No, JIRA does not support the creation of custom screens.
  • Yes, custom screens are automatically generated based on field configurations.
  • Yes, custom screens are pre-defined and cannot be modified.
  • Yes, custom screens can be created in JIRA to group fields for specific actions, such as issue creation or editing.
Custom screens in JIRA allow users to organize fields according to their workflow requirements. They are used to streamline the user interface by presenting relevant fields for particular operations, such as issue creation or transition. By creating custom screens, users can ensure that only necessary information is displayed, enhancing user experience and productivity.

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.