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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *