I have tagged a bunch of user stories. I want the respective sub tasks to have the same tags as the user story so they show in the context on the task board. How can I do a bulk edit for all a stories sub tasks?
there might be a better way, but i would get all the Keys of the parents...
then in JQL use the following and batch edit them as you normally would
issuetype in subTaskIssueTypes() and parent in (KEY-1, KEY-2, etc...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.