Creating an EPI link with ScriptRunner

aviad issue June 16, 2014

Hi

I have a workflow that should create a default story for every new Epic that is created in a project.

I saw the post function in the workflow and thought i would use the built in script runner 'Clone issue and link'

The problem is that i couldnt find a way to link the new issue to the epic as an EPIC link

1 answer

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 16, 2014

You should create you own custom post function instead. Check whether the issue is an Epic, create the Story using IssueService and link the issues together using IssueLinkManager.

aviad issue June 17, 2014

Hi Timothy

The problem is that using the IssueLinkManager it creates regular links and not EPIC links

Unless there is something that i am missing

Suggest an answer

Log in or Sign up to answer