When creating issue names, it is advisable to use _______ case for better readability.
- UPPERCASE
- camelCase
- lowercase
- snake_case
Using camelCase for issue names makes them more readable by capitalizing each word except the first, enhancing readability and consistency in naming conventions.
You have a software development project in JIRA, and you want to automatically assign incoming bug reports to the team lead responsible for that component. Which component of JIRA Automation Rules would you use to achieve this?
- Automation rule triggered by Issue Assigned
- Automation rule triggered by Issue Created
- Automation rule triggered by Issue Transition
- Automation rule triggered by Issue Updated
In JIRA, to automatically assign incoming bug reports to the team lead responsible for the component, you would configure an automation rule triggered by Issue Assigned. This rule would ensure that whenever an issue is assigned, it triggers the automation to assign it to the respective team lead.
Customizing a workflow often involves defining _______ to enforce business rules.
- Schemas
- Transitions
- Validators
- Workflows
Customizing a workflow in JIRA often involves defining validators to enforce business rules. Validators are used to ensure that certain conditions are met before an issue can transition from one status to another within the workflow.
In your organization, there is a need to restrict access to certain project-related information in JIRA. Which JIRA feature or configuration would you use to implement this security measure?
- Global Permissions
- Issue Security Scheme
- Project Permissions
- Workflow Permissions
Issue Security Scheme allows restricting access to specific issues within a project. By configuring Issue Security Scheme, you can control who can view and edit certain issues based on their security level. This ensures that sensitive information is only accessible to authorized individuals.
You are tasked with changing the status of an issue from "In Progress" to "Resolved." What steps would you take to perform this action?
- Edit the issue and manually change the status field to "Resolved"
- Move the issue to the "Resolved" column on the Agile board
- Select the issue, then click on the "Resolve" button
- Use a transition workflow to move the issue from "In Progress" to "Resolved"
Transition workflows in JIRA define the steps an issue moves through during its lifecycle. To change the status of an issue, you need to follow the appropriate transition, which in this case, is moving it from "In Progress" to "Resolved."
You can use JIRA Automation Rules to streamline _______ tasks in your workflow.
- Administrative
- Manual
- Repetitive
- Technical
JIRA Automation Rules are designed to streamline administrative tasks in your workflow, reducing the need for manual intervention and improving efficiency.
What does "Permission Scheme" in JIRA control?
- Issue security
- Project access levels
- User roles
- Workflow permissions
A Permission Scheme in JIRA controls user roles, determining what actions different users or groups of users can perform within a project. It defines who can view, create, edit, and delete issues within a project.
What is velocity in Agile project management?
- The amount of work completed in an iteration
- The rate of change in requirements
- The speed at which team members work
- The total number of tasks in a project
Velocity in Agile project management refers to the amount of work completed by a team during a single iteration. It helps in measuring the team's productivity and forecasting future progress. By tracking velocity, teams can better plan and estimate future iterations.
The JIRA "Indexing" component is crucial for enabling _______ search functionality.
- Advanced
- Basic
- Full-text
- Limited
In JIRA, the "Indexing" component is vital for enabling full-text search functionality. It indexes the content of issues, allowing users to search through project data efficiently, including issue titles, descriptions, comments, and attachments.
The "actual work remaining" line in a Burndown Chart represents the remaining work in _______.
- Days
- Hours
- Story Points
- Tasks
In a Burndown Chart, the "actual work remaining" line typically represents the remaining work in hours. This line shows how much work is left to be completed within the sprint or project timeline.
In JIRA, what is the significance of a workflow scheme?
- It associates a workflow with a particular project
- It categorizes issues based on priority
- It generates automated reports
- It manages user access and permissions
A workflow scheme in JIRA allows for the association of different workflows with specific projects or issue types. This flexibility enables organizations to manage multiple projects with distinct workflows efficiently. By assigning appropriate workflow schemes, teams can ensure that each project follows the appropriate process for issue tracking and resolution, enhancing project management and productivity.
Scenario: In your JIRA project, you have identified a need to represent small, well-defined pieces of work that can be completed independently. Which issue type in JIRA would be most suitable for this purpose, and how does it differ from other issue types?
- 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.
- Sub-task: This issue type allows for breaking down larger tasks into smaller, manageable units of work.
- Task: This issue type is ideal for tracking small, actionable items.
The most suitable issue type for representing small, well-defined pieces of work that can be completed independently is a "Sub-task." Sub-tasks are used to break down larger tasks into smaller, manageable units, making them perfect for representing small pieces of work within a larger task. Unlike other issue types, sub-tasks are dependent on their parent tasks and cannot exist independently.