Scenario: Your team is using JIRA to manage a software development project. You have received a request from a product owner to create a new issue type specifically for tracking security-related tasks. What type of issue should you create, and why?

  • Bug: This issue type is used to track defects or issues in the software.
  • Epic: This issue type allows for tracking large bodies of work that can be broken down into smaller tasks.
  • Story: This issue type is suitable for tracking user stories or requirements.
  • Task: This issue type is ideal for tracking small, actionable items.
In this scenario, the most appropriate issue type to create for tracking security-related tasks is a "Bug." Security-related tasks often involve identifying and addressing vulnerabilities or issues in the software, which aligns with the purpose of the Bug issue type. Bugs are used to track defects or issues in the software, making them suitable for recording and addressing security concerns.

Explain the difference between "Issue Security Level" and "Permission Scheme" in JIRA.

  • "Issue Security Level" governs the visibility of individual issues to specific users or groups, whereas "Permission Scheme" controls overall access to actions within a project.
  • "Issue Security Level" regulates who can create or delete issues within a project, whereas "Permission Scheme" manages the visibility of issue fields to certain roles.
  • "Permission Scheme" defines the roles and their corresponding access levels within a project, while "Issue Security Level" controls who can view or edit specific issues.
  • "Permission Scheme" determines who can perform actions on issues within a project, while "Issue Security Level" restricts access to specific issues based on user roles.
"Issue Security Level" and "Permission Scheme" serve distinct purposes in JIRA. The former controls the visibility of individual issues, while the latter governs overall access to actions within a project.

What is one of the key challenges when scaling JIRA for large teams?

  • Difficulty in user adoption due to complex interface
  • High initial cost of implementation
  • Limited customization options
  • Performance degradation due to increased data volume
One of the key challenges when scaling JIRA for large teams is performance degradation due to increased data volume. As the number of users and projects grow, the system may experience slowdowns or become unresponsive, impacting productivity and efficiency.

External integrations and plugins are managed through the JIRA _______.

  • Administration
  • Dashboard
  • Extension
  • Marketplace
External integrations and plugins are managed through the JIRA Administration section. Here, administrators can install, configure, and manage various integrations and plugins to extend JIRA's functionality and integrate it with other tools and systems.

The "Sub-task" issue type in JIRA is used for breaking down larger tasks or issues into smaller _______.

  • Components
  • Stories
  • Sub-tasks
  • Tasks
The "Sub-task" issue type in JIRA allows for breaking down larger tasks or issues into smaller, more manageable sub-tasks. These sub-tasks can then be assigned, tracked, and completed independently within the larger task or issue.

What is a common best practice when defining workflow transitions?

  • Automating all transitions
  • Creating complex transitions
  • Having no restrictions on transitions
  • Limiting unnecessary transitions
A common best practice when defining workflow transitions in JIRA is to limit unnecessary transitions. This helps maintain clarity and prevents confusion among team members, ensuring that workflows remain efficient and focused on essential tasks.

A user wants to create a new JIRA project. What permissions should they have to initiate this action?

  • Administer Projects
  • Browse Projects
  • Create Projects
  • Edit Projects
The user needs "Create Projects" permission to initiate the creation of a new JIRA project. This permission allows users to create new projects within the JIRA instance.

Which JIRA permission allows a user to edit an issue?

  • Assign Issue
  • Browse Project
  • Edit Issue
  • Transition Issue
The "Edit Issue" permission in JIRA allows a user to modify the details of an issue, such as its summary, description, priority, components, and more. Users with this permission can make changes to existing issues.

Scenario: Your team uses JIRA for multiple projects, and you want to create a filter that shows only the highest-priority issues across all projects. How would you approach this task?

  • JIRA Components
  • JIRA Dashboards
  • JIRA Filters
  • JIRA Workflows
JIRA Filters allow users to define specific criteria to narrow down the issues displayed. By creating a filter based on priority and applying it across all projects, the highest-priority issues can be isolated effectively.

What is the benefit of integrating JIRA with other tools?

  • Better collaboration
  • Improved reporting
  • Increased visibility
  • Streamlining workflows
Integrating JIRA with other tools offers increased visibility into project progress, allowing teams to make informed decisions and identify bottlenecks more efficiently.

Scenario: Your team is using JIRA Service Desk to manage IT support requests. How can SLAs help ensure timely resolution of customer issues?

  • Assigning priority levels to tickets based on customer urgency
  • Creating custom ticket templates for common issues
  • Implementing automated chatbots for instant customer support
  • Setting SLA goals for response and resolution times
SLAs (Service Level Agreements) can be used in JIRA Service Desk to set specific response and resolution time goals for tickets. By establishing clear expectations, SLAs help prioritize tasks and ensure timely resolution, thereby enhancing customer satisfaction and service quality.

How does Agile handle changing requirements during a project?

  • Embraces change and welcomes it as a way to deliver better value to the customer
  • Follows a rigid change management process
  • Rejects any changes after the project initiation
  • Requires detailed documentation before any change
Agile methodology acknowledges that changing requirements are inevitable and even desirable in a dynamic business environment. It embraces change throughout the project lifecycle and views it as an opportunity to deliver better value to the customer. Agile teams frequently collaborate with stakeholders to understand changing needs and adjust their plans accordingly, often through iterative development and continuous feedback loops.