I have around 800 Epics that actually should be linked to underlying tasks. Their mapping should be recognized by carring identical data (a number) in one particular jira issue field. Something like "Link all Epics A to all task issues B with identical field content C" How can I link these thousands of tasks with their respective Epics without having to repeat this 800 times, but do it in bulk?
many thanks for your help
thanks Fabian for the input. i am doing bulk changes quite often and am familiar with that flow. I believe you are describing a flow where I can enter e.g. one new Epic Key for e.g. 5 tasks withn the bulk edit flow.
But I need to apply a logic to do it for 800 different epics to link them to their matching of around 4000 tasks. At the end each epic has 5 tasks linked to them, and the mapping is accomplished by identifying that the jira field "A" is present in the epic and each task.
do you have an idea how to solve that?
Hi @Gregor Weis ,
in order to do that you should write code with logic and perform that operation.
I suggest ScriptRunner Console
ScriptRunner App :https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=server&tab=overview
Script Console : https://scriptrunner.adaptavist.com/latest/jira/script-console.html
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gregor Weis ,
you can do that through a bulk edit (https://confluence.atlassian.com/jirasoftwareserver/editing-multiple-issues-at-the-same-time-939938937.html) and adding you epic key into field Change Epic Link.
Please, verify that all issue that you need to link to Epic are in a status that allows you to edit them.
Hope this helps,
Fabio
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.