In JIRA, a project is a container for _______.
- Activities
- Issues
- Tasks
- Work
In JIRA, a project serves as a container for organizing and managing issues, which can represent tasks, bugs, features, or any other unit of work within the project.
Which JIRA issue type is often used to represent a small, well-defined piece of work within a larger project?
- Epic
- Story
- Sub-task
- Task
The "Sub-task" issue type in JIRA is typically used to represent a small, well-defined piece of work within a larger project. Sub-tasks are often used to break down larger tasks or user stories into more manageable sub-components, allowing for better tracking and management of work. They are commonly used to divide work among team members or to represent tasks that are required to complete a larger user story or task.
What is a "Project Key" in JIRA, and why is it important?
- A code snippet used for automating tasks within a project.
- A cryptographic key used for securing project data.
- A summary of the project's objectives and goals.
- A unique identifier for a project, used in issue keys and project URLs.
The "Project Key" in JIRA is a unique identifier assigned to each project, used in issue keys and project URLs. It is important because it helps in differentiating between projects, allowing for easier navigation and referencing within JIRA.
How can issue naming conventions help in reporting and tracking progress?
- Enhance collaboration
- Facilitate categorization
- Improve system performance
- Streamline billing processes
Issue naming conventions play a crucial role in reporting and tracking progress by facilitating categorization. Consistently formatted names enable users to quickly identify the type, priority, and status of an issue, making it easier to generate accurate reports and monitor project progress effectively.
Your team uses JIRA for project management, and you want to automatically transition issues to the "In Progress" status when they are assigned to a team member. Which part of JIRA Automation Rules would you configure for this automation?
- Automation rule triggered by Issue Assigned
- Automation rule triggered by Issue Created
- Automation rule triggered by Issue Transition
- Automation rule triggered by Issue Updated
To automatically transition issues to the "In Progress" status when assigned to a team member, you would configure an automation rule triggered by Issue Transition. This rule would initiate the transition whenever an issue moves from unassigned to assigned status.
You want to create a JIRA Dashboard for your agile software development team. What type of gadget would you use to display a burndown chart for your ongoing sprint?
- Filter Results
- Activity Stream
- Two Dimensional Filter Statistics
- Sprint Burndown
The correct option is Option 4: Sprint Burndown. A burndown chart displays the amount of work remaining in a sprint. It is an essential tool for Agile teams to track their progress and ensure they are on track to meet their sprint goals.
What is the difference between a "system field" and a "custom field" in JIRA?
- System fields are always mandatory, while custom fields are optional.
- System fields are provided by JIRA and cannot be modified. Custom fields are created by users to meet specific needs.
- System fields are visible on the issue view screen, while custom fields are only visible in reports.
- System fields can only be accessed by administrators, while custom fields are available to all users.
The main difference between a "system field" and a "custom field" in JIRA lies in their origin and flexibility. System fields are pre-defined by JIRA and cannot be modified, while custom fields are created by users to cater to specific requirements. System fields typically cover generic information like Priority and Summary, whereas custom fields are tailored to individual project needs, allowing users to capture specific data relevant to their workflows.
Which JIRA Query Language (JQL) operator is used to find issues that contain a specific word in their summary or description?
- Contains
- Like
- Matches
- Equals
The correct option is "Contains." This operator is used to search for issues that contain a specific word or phrase in their summary or description. It is useful for filtering issues based on keywords or terms.
_______ allows you to specify who can see particular issues in JIRA.
- Issue Security Scheme
- Permission Scheme
- Project Role
- Workflow Scheme
Issue Security Scheme in JIRA is used to control visibility, allowing administrators to specify who can view particular issues based on their role or group membership, ensuring sensitive information remains protected.
To install a JIRA plugin or add-on, you typically navigate to the _______ section of your JIRA instance.
- Administration
- Configuration
- Plugins
- Settings
To install a JIRA plugin or add-on, users typically navigate to the "Plugins" section of their JIRA instance. This section allows users to manage and install plugins, extending the functionality of their JIRA instance according to their specific needs.