When performing Bulk Operations in JIRA, you can use JQL to _______ a specific set of issues for modification.
- Filter
- Query
- Select
- Sort
In JIRA, JQL (JIRA Query Language) is used to filter and select a specific set of issues based on various criteria such as status, assignee, project, etc. Hence, using JQL, you can filter a specific set of issues for modification during Bulk Operations.
_______ is a common method used for migrating data between different JIRA instances.
- XML Export/Import
- SQL Database
- CSV Import/Export
- JSON Export/Import
The correct option is Option 3: CSV Import/Export. CSV (Comma-Separated Values) Import/Export is a prevalent method for migrating data between various JIRA instances due to its simplicity and compatibility with different systems.
During a sprint, the team selects items from the product backlog to create a _______.
- Burn-down Chart
- Release Plan
- Sprint Backlog
- Stakeholder Report
During a sprint, the team selects items from the product backlog to create a Sprint Backlog, which consists of the user stories and tasks that the team commits to completing within the duration of the sprint. This backlog guides the team's work during the sprint.
How can custom workflows be optimized for large teams using JIRA?
- Custom workflows can be optimized by adding more steps and transitions to accommodate diverse team needs.
- Custom workflows can be optimized by implementing rigid, unchangeable processes for consistency.
- Custom workflows can be optimized by simplifying and streamlining processes to reduce complexity and improve efficiency.
- Custom workflows can be optimized by using only the default workflow provided by JIRA.
Custom workflows in JIRA can be optimized for large teams by simplifying and streamlining processes. This involves reducing unnecessary steps and transitions to minimize complexity and improve efficiency. By doing so, teams can maintain agility and adaptability while ensuring that workflows remain manageable and scalable as the team grows.
Which Agile metric is used to measure the amount of work completed in a single iteration?
- Burnup chart
- Cycle time
- Lead time
- Velocity
Velocity is the Agile metric used to measure the amount of work completed in a single iteration. It helps teams understand their capacity and productivity, aiding in better planning and forecasting for future iterations.
What are some strategies for managing and organizing projects in JIRA to accommodate large teams?
- Encouraging team members to work independently.
- Ignoring project hierarchy.
- Limiting the number of projects created.
- Using project roles and permissions effectively.
Managing projects effectively in JIRA involves utilizing project roles and permissions to control access and responsibilities. This ensures that large teams can collaborate efficiently without compromising data security. By defining clear project hierarchies and implementing best practices, teams can streamline workflows and enhance productivity.
In Scrum, the team holds a _______ at the end of each sprint to review and plan.
- Daily Standup
- Planning Meeting
- Retrospective
- Sprint Review
In Scrum, the team holds a Sprint Review at the end of each sprint to review the work completed during the sprint and plan for the next sprint. This meeting allows for feedback and collaboration among team members and stakeholders.
How can you ensure that a custom field is displayed on an issue's view screen in JIRA?
- By adding the field to the default field configuration used by the project.
- By configuring the field to be displayed on all screens within the JIRA instance.
- By granting specific permissions to users to view the custom field.
- By modifying the JIRA source code to include the custom field.
To ensure that a custom field is displayed on an issue's view screen in JIRA, you need to add the field to the appropriate field configuration used by the project. Field configurations determine which fields are available on screens for particular issue operations. By including the custom field in the field configuration, you ensure that it appears on the issue view screen where users can easily access and interact with it.
Which of the following is NOT a key component of JIRA?
- Commit
- Dashboard
- Epic
- Project
While JIRA provides integration with version control systems like Git, "Commit" is not a native component of JIRA. A commit typically refers to a code change in version control systems but is not directly managed within JIRA.
When configuring permissions, you can use JIRA _______ to group users and grant or restrict access collectively.
- Groups
- Permissions
- Roles
- Schemes
In JIRA, you can manage user access by grouping them into logical units called "groups". These groups can then be assigned specific permissions to perform actions within the system. Thus, the correct term to fill in the blank is "groups".