Search code examples
youtrack

How do you bulk update issues in YouTrack?


In Youtrack I would like to move all open issues from one sprint into a new sprint.

Can I bulk update issues using the command dialog? Or do I have to click on all the issues individually to update their sprint values?


Solution

  • Using Alex's answer I was able to move multiple issues from one sprint to another. Adding step by step incase it helps anyone else.

    1. Filter all the open, in progress, blocked and submitted issues with the following command: Sprint: {oldSprint} State: Submitted State: Open State: {In Progress} State: Blocked
    2. On the issue list select all the issues - thanks Alex
    3. Click the command dialog button in the header, and select open command dialog.
    4. In the command dialog type Sprint Unscheduled Sprint newSprint**. This'll first unassign the issue from the old sprint then assign it to the new sprint.

    ** Important note: On newer YouTrack versions, the command is Sprints, the full command would be Sprints Unscheduled Sprints newSprint.