Scenario: You have received a request to update the priority of all open issues that are older than 30 days. How can you leverage Bulk Operations and JQL to accomplish this task?
- Clone Issues, and you would create duplicates of the issues with updated priority.
- Delete Issues, and you would remove the older issues and recreate them with updated priority.
- Move Issues, and you would navigate to the desired project and manually update the priority.
- Edit Issues, and you would use JQL to filter issues older than 30 days and then perform a Bulk Change to update their priority.
The correct option is to use "Edit Issues" as the Bulk Operation. By leveraging JQL to filter issues older than 30 days, you can identify the relevant set of issues. Then, using Bulk Change, you can efficiently update their priority to meet the requested criteria. This approach streamlines the process and ensures timely resolution of priority adjustments.
Loading...
Related Quiz
- JIRA allows you to customize issue link _______ to suit your project's needs.
- When creating a sub-task, you can specify its _______ and _______.
- A Release Burndown Chart provides insights into the progress of completing a _______.
- What is the significance of the "jira-users" group?
- To provide additional context or information about an issue, you can use the _______ section.