What's the quickest way to link development tickets to a release in Jira Cloud? For example, there maybe 100's of development tickets that need to be linked to a release and I'm seeing if anyone knows a quicker way than downloading to an excel spreadsheet and then copying them in please?
Hello @michelle_anderson
How do you select the issues that need to be linked to the release?
If you can develop an issue filter that will select the issues, then you should be able to use the Bulk Change feature to set the related Versions field in the issues to the specified release version.
Hi Trudy
The fix versions are already set. I do run a filter so I can see all the development tickets associated to a release, that's not a problem. I was asking if anyone knows a quick way of then linking all the development tickets in a quick way to a release, rather than having to link each development ticket individually to the release ticket.
Michelle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for that additional information. I now understand you are trying to create links between one issue (release) and many other issues (development).
From the Release issue you can link multiple issues to it, but you have to type in and select each Development issue key.
The Bulk Change feature does not support selecting multiple issues and then linking one issue to all of them.
Natively, the only method to do this would be to use an Automation Rule. In the rule you could execute a search for the Development issues and then loop through them to link each one to the Release issue.
If this is a task you need to do repeatedly for different Fix Versions (sets of Development issues) and different Release issue, you could create a Manually Triggered automation that prompts for input. The Input could be the Fix Version name and the Release issue key. Those inputs could be used in the rule to execute the search for the Development issues and then specify the Release issue to which they should be linked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Trudy I will give this a try.
Kindest regards
Michelle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @michelle_anderson
I'm circling back to see if my suggestions helped you develop a solution for your requirement. Were you successful?
If you found a solution that is different than my suggestion, can you share it with the community?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy
Running scripts/API just to be able to do a simple task is not ideal. I honestly can't believe that this functionality, which in my view is standard functionality to manage releases is not in Jira Cloud. I have noticed that someone raised this bug/issue with Atlassian a long time ago, but it's still not fixed. Here is the ticket, which I have voted on and added comments https://jira.atlassian.com/browse/JSWCLOUD-26129. It would be good if more people vote on this issue to help everyone get traction to get this fixed.
Michelle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Were you able to use my suggestion of an Automation rule as a work-around for not having another option for linking multiple issues at once?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.