Greetings, I have 100+ Defect JIRA issues I want to link to a Single output Build Issue. I've been reading up on Bulk Actions, but I don't see a Bulk Link Action.
help?
Thanks
For linking, you need not go via the bulk action. Instead, open that one single issue, select 'Link Issue' from More Actions and paste all the 100+ issue keys in that edit box and submit.
In order to quickly get you that 100+ issues as one text field, you could export that list from Jira to excel, copy the issue-link column, paste in a good text editor and replace newline with comma.
Here's my solution...
Using Jira Cloud...
Bulk linking is not (yet) possible. it's an old issue, see https://jira.atlassian.com/browse/JRA-2428
Only workarounds like the one mentioned by Renjith are possible
Best regards
Thomas
i can click "search issue" - but if i wanna go to the advanced search, there is a notice, that the auto complete is loading, and then the pop-up closes. so i can't do anythin.
has anyone an idea what could cause the problem (no javascript exception, nothing special at jira log file) or has anyone another workaround to link all issues from a filter to a single other issue?
Hi Renjith
I tried following your instructions but it didn't get me anywhere. Whenever I tried pasting 87 issues as a comma separated string it would br parsed as a one issue and would not work.
What you have to do is paste is with the newline in it - do not replace with comma..
I'm on Jira 5.2.7
It does not seem to work with commas anymore, but it works fine if you have spaces.If your issues are visible in an Agile Board you can select them and use the context menu to see them in the Issue Navigator. If you do this, you will get a query of the form "issueKey in (...)". Thus you have a comma separated lists of the issue keys and you just need to remove the comma.
Hi,
How can we do bulk remove links for issues in JIRA?
Thanks in advance for any solution.
Regards,
Latha
In the "Add Link" dialog's search function, you can return and multi-select issues to link to the item.jira_link_multiselect.png
This sounds good but how do you bulk unlink them?
Spaces between issue keys didn't work for me in 6.4, nor newlines. But you can do a search in the Link popup and get the issues that way with Advanced Search. Just as David says below.
the only problem with this seems to be that it limits how many results are returned to 10 which is not helpful for the OP's scenario (nor mine), but is useful to know of this approach (using a JQL query to get a list of issues for linking)
Does anyone have a better way to bulk link more than 10 issues to another issue?
By using this free plugin I made (Easy Links for JIRA) you can create a custom field that represents an issue link type (for example: "is blocked by"). This custom field looks like a dropdown issue select list that autocompletes as you type in but, when you set the value, the plugin will create behind the scenes a regular JIRA issue link using that value. You can use this plugin in bulk edition (so you can bulk create and/or remove issue links).
It also gives you other features, like using the "Link" custom field in gadgets, dashboards and JQL.
Hope it helps!
Best regards,
Fernando
Hi Andrea,
please check out my answer to this question, I think it may help you: https://answers.atlassian.com/questions/40224
Regards!
Hi!
with the plugin I made (Easy Links for JIRA) you can bulk link and/or unlink issues. Check out my answer: https://answers.atlassian.com/questions/40224.
Can we perform "Bulk Edit" operation on security level?
Renjith's method worked for me. All i did was got the list of issues which i need to update, exported to csv, copied the keys and pasted it in linked issue and ta-da! THANKS Renjith
It's 2018 and we still can't bulk link through the web. Wow.
This is only a partial solution, as you will only have a max of 10 issues returned from the search.
Easiest to export to csv and import to google sheet. then use =join(" ",A2:A) to turn into a string in a cell. and copy that to jira.
WORKS!!! for Jira 7.7
linked over 100 in single action and over 500 in total.
My company also looking for the same.
There should be bulk operations for both:
> link issues
> delete link issues
This is Atlassian..
Yes, it works! THANK YOU!!!
I was only able to see this option when in Old View, but it worked then.
It's 2019 and we still can't bulk link through the web. Wow.
You can add to the end of your query a condition for "and not already linked" using the linkedIssues function:
[query for issues you want to link] and Issue not in linkedIssues([key for issue you are linking to])
You can run that repeatedly to link 10 at a time.
This is the best solution imho. I cannot easily convert jql results to issue keys with spaces, but I can query for everything I want to link. If someone has a way to generate keys with spaces easily then possibly the accepted solution would be more useful.
You can link 50 issues at a time by opening the parent issue in edit. Scroll down to the link and click the + sign. If you searched for the issues and have the list on screen prior to editing the parent issue, select the recent issues radio button, or you can select from filter radio button in the pop-up dialogue box. Select the individual issues or click the select multiple issue button at the top of the screen. Check off those to link to the parent issue. Shift-click for the whole list will work. Scroll to the bottom and link.
Hi @Fernando Llaca Romero
Recently we have upgraded JIRA from v7.9.2 to v8.2.4 but the easy links add on is not compatible with v8.
I have checked in the marketplace but the add-on does not appear.
Is there any similar add-on to use like easy links? Or your team will upgrade this plugin to compatible with Jira v8?
Andrews
This function really should be added to bulk edit! My solution is a little easier for large numbers of tickets (and much easier to repeat) if you can access Jira Automation (formerly Automation for Jira).
Nice one @BrianW
Thanks for this.. I created a rule based on the label changing.. So if the label changes to a value then the linked issue automation runs.
If field Label changes to "GEOBC" then run this jql to look for other issues with the "GEOBC" label and link all of those issues to the trigger issue
I just tried this using a parentlink in the advanced search, and it returned all the tasks in that epic, but when I tried to link, it just linked the epic, not the tasks. :-/
We created the free plugin for bulk link action after we also struggled with that problem - Issue Link Manager.I hope for your feedback after trying it. Best regards, Jarek
It looks like you're new here. Sign in or register to get started.