JIRA's "Time Tracking" permission is used to control the ability to log _______.
- Time Estimates
- Time Spent
- Time Tracking
- Work Logs
The "Time Tracking" permission in JIRA controls the ability of users to log time spent on issues. By managing this permission, administrators can regulate who can track and record time against tasks within the system.
How can you filter issues on an Agile board to display only specific types of work items?
- By adjusting board settings
- By creating JQL filters
- By manually selecting each issue type
- By rearranging columns based on issue type
In JIRA, filtering issues on an Agile board to display specific types of work items can be achieved by creating JQL (JIRA Query Language) filters that specify the criteria for selecting issues based on their attributes and properties.
What is a JIRA filter?
- A feature to mark issues as favorite
- A plugin for JIRA that enhances search capabilities
- A saved search query that can be used to filter issues
- A user profile setting
A JIRA filter is a saved search query that can be used to filter issues based on various criteria such as assignee, status, labels, etc. It allows users to save commonly used search criteria for easy access and reuse.
How does JIRA Service Desk handle "queues" and "agents"?
- Queues and agents are interchangeable terms in JIRA Service Desk
- Queues are automated responses, while agents are human responders
- Queues are for customers to wait in line, while agents manage the overall workflow
- Queues are used to organize and prioritize incoming requests, while agents are responsible for resolving those requests
In JIRA Service Desk, "queues" are used to organize and prioritize incoming requests based on criteria such as issue type, priority, or SLA. "Agents" are individuals or teams responsible for resolving these requests. Agents can access queues to view and work on tickets assigned to them or their team, ensuring efficient handling of customer issues and inquiries.
Give an example of a common use case for integrating JIRA with a version control system.
- Automated issue tracking in commit messages
- Automatic code deployment based on issue status
- Automatic creation of issues based on commits
- Real-time code reviews
Integrating JIRA with a version control system allows for automated issue tracking in commit messages. Developers can reference JIRA issue keys in their commit messages, which helps in tracking changes and linking them to specific issues. This improves traceability and transparency in the development process.
How can you create a custom automation rule in JIRA?
- By accessing the Automation section in JIRA settings and defining the rule using a visual editor.
- By manually writing code in a programming language and integrating it with JIRA.
- By modifying the JIRA database directly using SQL queries.
- By submitting a request to the JIRA administrator for rule creation.
To create a custom automation rule in JIRA, you can access the Automation section in JIRA settings and define the rule using a visual editor provided by JIRA Automation. This intuitive interface allows users to specify triggers, conditions, and actions without requiring coding knowledge, making rule creation accessible to a wider audience. Understanding this process is crucial for implementing tailored automation solutions within JIRA.
What is the difference between a product backlog and a sprint backlog in Agile?
- Contains all user stories for the entire project
- Contains features that are not yet ready for development
- Contains high-priority user stories for the current sprint
- Contains user stories that have been completed in previous sprints
The product backlog includes all the features, bugs, improvements, and other tasks needed to complete the project, while the sprint backlog contains only the subset of items selected for the current sprint.
A Burndown Chart can be a valuable tool for identifying potential issues and taking corrective actions during a _______.
- Daily Standup
- Sprint
- Sprint Planning
- Sprint Review
During a sprint, a Burndown Chart helps teams monitor their progress and identify any deviations from the planned work. It enables teams to take corrective actions, such as reprioritizing tasks or adjusting resource allocations, to ensure the sprint goals are met.
What is the primary purpose of the "Summary" field when creating an issue?
- To assign the issue to a specific user
- To provide a brief description of the issue
- To set the priority of the issue
- To specify the due date for the issue
The "Summary" field in JIRA serves as a brief yet descriptive title for the issue being created. It should encapsulate the essence of the problem or task succinctly. This summary helps stakeholders quickly understand the nature of the issue without delving into the details. While assigning, prioritizing, and specifying due dates are important aspects of issue management, they are typically handled by separate fields in JIRA.
Clear issue names can improve project _______ and communication.
- Collaboration
- Performance
- Progress
- Visibility
Clear issue names enhance visibility within the project, fostering better collaboration and communication among team members, ultimately improving project outcomes.