Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you bulk update issues in YouTrack?

Tags:

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?

like image 921
Paul. B Avatar asked Feb 03 '15 11:02

Paul. B


3 Answers

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.
like image 165
Paul. B Avatar answered Sep 23 '22 19:09

Paul. B


On issue list, you can select multiple issues issues and apply a command to all of them.

like image 35
Alex.V Avatar answered Sep 20 '22 19:09

Alex.V


You can also do this from an agile board, by selecting multiple issues and pressing ctrl+alt+J to get a command window to act on all of them at once. Then fill in your command, such as the one given in @Paul. B's answer to do what you wish with them!

like image 39
tvt173 Avatar answered Sep 23 '22 19:09

tvt173