What are the key components of a JIRA Service Desk "knowledge base"?

  • Articles, Categories, Labels
  • Projects, Versions, Components
  • Statuses, Transitions, Workflows
  • Tickets, Assignees, Comments
The key components of a JIRA Service Desk knowledge base include articles, categories, and labels. Articles contain the information and solutions for common issues, categories help in organizing articles effectively, and labels enable easy search and retrieval of relevant articles.

Scenario: A team member mistakenly assigned an issue to the wrong person in JIRA. What action should they take to reassign the issue to the correct team member?

  • Edit Issue
  • Assign to Me
  • Move
  • Assign
To reassign an issue to the correct team member in JIRA, the appropriate action is to use the "Assign" option. This allows the user to select the correct team member to whom the issue should be assigned. Therefore, the correct option is Assign.

How often is a Burndown Chart typically updated during a sprint?

  • Bi-weekly
  • Daily
  • Monthly
  • Weekly
A Burndown Chart is typically updated daily during a sprint. Daily updates allow the team to track progress, identify any impediments, and make necessary adjustments to ensure sprint goals are met.

When might you use JIRA Automation Rules in your project?

  • To automate repetitive tasks such as assigning issues or sending notifications.
  • To customize the JIRA interface for better user experience.
  • To generate detailed reports on project progress.
  • To manually update issue statuses.
JIRA Automation Rules are used primarily to automate repetitive tasks within a project. For example, you can create rules to automatically assign issues to specific team members based on certain conditions, or to trigger notifications when certain events occur. This helps streamline workflow and reduces manual effort.

Your team is using JIRA to manage a software development project, and you want to track the progress of your team's work during a sprint. What JIRA feature or report would you use for this purpose?

  • Agile Board
  • Burndown Chart
  • Issue Navigator
  • Sprint Report
The Burndown Chart in JIRA is specifically designed to track the progress of work during a sprint. It provides a visual representation of the work completed versus the work remaining over the duration of the sprint, allowing the team to assess their progress and make necessary adjustments to meet their sprint goals. The chart typically plots the ideal trend line (showing the projected completion based on the team's velocity) and the actual work completed, enabling teams to identify any deviations from the planned trajectory.

When performing a full system backup in JIRA, it includes data such as issues, projects, attachments, and _______.

  • User Preferences
  • User Permissions
  • System Settings
  • Workflows
The correct option is Option 3: System Settings. A full system backup in JIRA encompasses crucial data such as issues, projects, attachments, and system settings. These settings are vital for restoring the system to a previous state.

Scenario: A customer raises a service request through the JIRA Service Desk customer portal. How can automation be used to streamline the handling of this request?

  • Implementing automated surveys for feedback after request resolution
  • Sending automated email notifications to the customer upon request resolution
  • Setting up automated reminders for overdue requests
  • Utilizing workflow triggers to automatically assign the request to the appropriate team member
Automation in JIRA Service Desk can be leveraged through workflow triggers to automatically assign tasks, reducing manual effort and ensuring prompt handling. This helps in streamlining the request handling process by ensuring tasks are routed to the right individuals without delay.

In JIRA, how can you find all unresolved issues in a specific project and of a certain issue type?

  • JQL Query
  • Quick Filters
  • Agile Boards
  • Issue Navigator
The correct option is "JQL Query." You can use JQL (JIRA Query Language) to construct a query that filters out unresolved issues in a specific project and of a certain issue type.

In JIRA, what is an "issue"?

  • A software feature
  • A task or a bug
  • A user interface element
  • A version control system
An "issue" in JIRA refers to a task, bug, or any unit of work that needs to be tracked within the system. It can represent a task to be completed, a bug to be fixed, a feature to be developed, etc.

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.