What is the purpose of JIRA's "Quick Filters" on Agile boards?
- To filter issues based on specific criteria
- To prioritize issues
- To create new issues
- To assign issues to team members
The correct option is "To filter issues based on specific criteria." Quick Filters allow users to easily narrow down the displayed issues on Agile boards by applying predefined filters. These filters help in focusing on relevant tasks.
In JIRA, what is the relationship between an issue and its sub-task?
- Hierarchical relationship
- Parent-child relationship
- Peer relationship
- Sequential relationship
In JIRA, an issue and its sub-task have a parent-child relationship. This means that a sub-task is a task that is part of a larger task, known as the parent issue. Sub-tasks are used to break down complex tasks into smaller, more manageable units of work.
What type of data can be exchanged between JIRA and other tools through integrations?
- Both textual and non-textual data
- Only non-textual data
- Only numerical data
- Textual data
JIRA can exchange both textual (such as issue details, comments) and non-textual data (such as attachments, screenshots) with other tools through integrations. This allows seamless communication and collaboration between JIRA and external systems.
In JIRA, what is the role of the "Atlassian Universal Plugin Manager" (UPM)?
- Analyzing project data and generating reports
- Configuring user permissions and roles
- Managing and installing plugins and add-ons
- Monitoring system performance and resource usage
The Atlassian Universal Plugin Manager (UPM) is responsible for managing and installing plugins and add-ons within JIRA. It provides administrators with a centralized interface to browse, install, update, and configure plugins, ensuring seamless integration and management of third-party extensions.
JIRA allows you to associate a workflow with a specific _______.
- Issue Type
- Project
- Transition
- User Group
In JIRA, workflows can be associated with a specific project. This allows for customization and tailoring of workflows to the specific needs and processes of individual projects within an organization.
What is the significance of the "jira-users" group?
- It includes all users with access to JIRA.
- It is a group for administrators only.
- It is a group for external collaborators.
- It is used for users who have a trial license.
The "jira-users" group in JIRA is significant because it includes all users with access to the JIRA instance. Users added to this group typically have basic permissions to interact with projects and issues within JIRA. This group is fundamental for granting initial access to new users and ensuring that they can start using JIRA effectively. It is not exclusive to administrators or users with specific license types; rather, it encompasses all users in the JIRA environment.
_______ are collections of users who share common access rights in JIRA.
- Issue priorities
- Project roles
- Roles
- User profiles
Project roles in JIRA are collections of users who have common access rights and permissions within a specific project. They help in managing and controlling access to project resources and functionalities based on user roles.
What is the purpose of "Global Permissions" in JIRA?
- Assign issue permissions
- Control access to JIRA system-wide settings
- Manage project-specific permissions
- Set issue security
Global Permissions in JIRA are used to control access to system-wide settings such as user management, application access, and administrative functions.
What is a "permission scheme" in JIRA?
- A feature for generating reports
- A scheme for managing user passwords
- A set of rules defining access levels for users
- A template for creating new projects
A "permission scheme" in JIRA is a predefined set of rules that determine the actions users or groups of users can perform within a project or instance. These schemes are applied to projects and define permissions for various operations, such as viewing, creating, editing, or deleting issues, managing project configurations, or accessing certain features.
What is the purpose of issue linking in JIRA?
- To assign issues to users
- To create dependencies between issues
- To prioritize issues
- To track relationships between issues
Issue Linking in JIRA allows users to establish relationships or dependencies between different issues. This helps in tracking related tasks, identifying dependencies, and understanding the overall progress of a project. For example, you can link a bug report to the corresponding feature request, or link an epic to its related user stories.