What is a JIRA filter?

  • A feature to mark issues as favorite
  • A plugin for JIRA that enhances search capabilities
  • A saved search query that can be used to filter issues
  • A user profile setting
A JIRA filter is a saved search query that can be used to filter issues based on various criteria such as assignee, status, labels, etc. It allows users to save commonly used search criteria for easy access and reuse.

JIRA's "Advanced Searching" functionality enables you to use complex queries and _______ to refine your search results.

  • Filters
  • Keywords
  • Operators
  • Variables
JIRA's "Advanced Searching" functionality empowers users to refine search results by utilizing complex queries and operators, enabling precise filtering. Variables are not directly involved in refining search results in JIRA.

How can you create a custom automation rule in JIRA?

  • By accessing the Automation section in JIRA settings and defining the rule using a visual editor.
  • By manually writing code in a programming language and integrating it with JIRA.
  • By modifying the JIRA database directly using SQL queries.
  • By submitting a request to the JIRA administrator for rule creation.
To create a custom automation rule in JIRA, you can access the Automation section in JIRA settings and define the rule using a visual editor provided by JIRA Automation. This intuitive interface allows users to specify triggers, conditions, and actions without requiring coding knowledge, making rule creation accessible to a wider audience. Understanding this process is crucial for implementing tailored automation solutions within JIRA.

What is the difference between a product backlog and a sprint backlog in Agile?

  • Contains all user stories for the entire project
  • Contains features that are not yet ready for development
  • Contains high-priority user stories for the current sprint
  • Contains user stories that have been completed in previous sprints
The product backlog includes all the features, bugs, improvements, and other tasks needed to complete the project, while the sprint backlog contains only the subset of items selected for the current sprint.

A Burndown Chart can be a valuable tool for identifying potential issues and taking corrective actions during a _______.

  • Daily Standup
  • Sprint
  • Sprint Planning
  • Sprint Review
During a sprint, a Burndown Chart helps teams monitor their progress and identify any deviations from the planned work. It enables teams to take corrective actions, such as reprioritizing tasks or adjusting resource allocations, to ensure the sprint goals are met.

What is the primary purpose of the "Summary" field when creating an issue?

  • To assign the issue to a specific user
  • To provide a brief description of the issue
  • To set the priority of the issue
  • To specify the due date for the issue
The "Summary" field in JIRA serves as a brief yet descriptive title for the issue being created. It should encapsulate the essence of the problem or task succinctly. This summary helps stakeholders quickly understand the nature of the issue without delving into the details. While assigning, prioritizing, and specifying due dates are important aspects of issue management, they are typically handled by separate fields in JIRA.

Clear issue names can improve project _______ and communication.

  • Collaboration
  • Performance
  • Progress
  • Visibility
Clear issue names enhance visibility within the project, fostering better collaboration and communication among team members, ultimately improving project outcomes.

JIRA Service Desk enables you to set up _______ to automate repetitive tasks and actions.

  • Dashboards
  • Filters
  • Projects
  • Workflows
JIRA Service Desk allows users to automate repetitive tasks and actions using workflows. Workflows define the sequence of steps (statuses) that an issue moves through during its lifecycle, enabling automation of processes.

How can you restrict who can transition an issue in a JIRA workflow?

  • By configuring conditions on transitions.
  • By configuring validators on transitions.
  • By defining permissions at the issue level.
  • By defining permissions at the project level.
You can restrict who can transition an issue in a JIRA workflow by configuring conditions on transitions. Conditions allow you to specify criteria that must be met for a transition to be available to certain users or groups. These criteria can include user roles, issue fields, or other factors. By setting up appropriate conditions, you can control access to specific transitions based on your project requirements.

What is the purpose of a "context" when defining custom fields in JIRA?

  • A context controls the access permissions for custom fields.
  • A context defines the visibility of a custom field based on project and issue type combinations.
  • A context determines the order in which custom fields appear on the issue view screen.
  • A context specifies the color coding of custom fields in JIRA.
In JIRA, a context determines the projects and issue types for which a custom field is available. It allows you to define specific combinations where the field should be visible, helping tailor the field's usage to particular scenarios or teams. This ensures that custom fields are only displayed where relevant, reducing clutter and improving usability.