The project administrator can control who can transition issues by configuring _______.
- Boards
- Fields
- Sprints
- Workflow
By configuring workflows in JIRA, project administrators can define the transitions between different statuses of an issue. They can control which users or groups have permission to execute these transitions, thereby managing who can move issues through the workflow stages.
_______ is a JIRA query language used to build complex queries for reporting.
- Groovy
- JQL
- Python
- SQL
JQL (JIRA Query Language) is specifically designed for querying and filtering issues within JIRA, aiding reporting.
Post-functions in workflows are used to perform _______ actions after an issue transitions to a new status.
- Automated
- Custom
- Manual
- Pre-defined
Post-functions automate actions that occur after an issue transitions, streamlining processes and ensuring consistency. They can be predefined or custom-built based on specific workflow requirements.
In JIRA, _______ is a key area where system administrators need to ensure proper configuration and monitoring.
- Audit Logs
- Issue Types
- System Dashboard
- User Permissions
The system dashboard provides an overview of JIRA's performance and key metrics, helping administrators monitor and manage the system effectively.
In a Scrum board, what is the purpose of the "backlog"?
- A board for tracking team member availability
- A list of features or tasks to be completed
- A repository for completed tasks
- A section for tracking bugs and issues
The backlog in a Scrum board serves as a prioritized list of features, user stories, or tasks that need to be completed during the project. It represents the product backlog and is constantly refined and updated based on feedback and changing requirements.
In JIRA, can an issue be assigned to multiple assignees simultaneously?
- Depends on the permission scheme
- Depends on the project configuration
- No
- Yes
In JIRA, an issue can only be assigned to one assignee at a time. Assigning to multiple assignees is not a built-in feature. Each issue can have only one assignee responsible for it. This helps maintain accountability and clarity regarding who is responsible for resolving the issue.
Which JIRA issue type is typically used to represent user requirements?
- Bug
- Epic
- Story
- Task
In JIRA, the "Story" issue type is typically used to represent user requirements or user stories. User stories describe specific functionality or features from an end user's perspective and are commonly used in agile development methodologies.
What is the purpose of database tuning in JIRA system maintenance?
- Increasing server RAM
- Optimizing database queries
- Reducing network latency
- Upgrading operating system
Database tuning in JIRA system maintenance involves optimizing database queries to improve performance by reducing execution time and resource consumption.
What is the difference between "Save" and "Save As Draft" when creating or editing an issue?
- "Save" and "Save As Draft" are identical and can be used interchangeably
- "Save" finalizes the changes and publishes the issue immediately, while "Save As Draft" saves the changes without publishing the issue
- "Save" is used for new issues, while "Save As Draft" is used for editing existing issues
- "Save" saves the changes without publishing the issue, while "Save As Draft" allows saving only incomplete information
In JIRA, selecting "Save" finalizes the changes made to the issue and publishes it immediately, making it visible to other users. On the other hand, choosing "Save As Draft" saves the changes without publishing the issue, allowing users to continue working on it privately. This distinction is crucial when users need to make incremental changes to an issue without affecting its public visibility. It enables users to draft and review changes before making them visible to others.
JIRA Automation Rules can help reduce manual _______ in your project.
- Effort
- Errors
- Issues
- Tasks
JIRA Automation Rules can help reduce manual effort in your project by automating repetitive tasks and streamlining workflows. This can lead to increased productivity and reduced chances of human error.