Tuesday 15 June 2010

JIRA Groovy - Link issues from another project -


We have a special set-up, so that our master project has 1 epic = 1 cumin project completely filled with stories / bugs / Etc. (

Each epic has a custom column called 'ideal day'

We have a custom function to get total approximate days for each epic All the 'ideal days of issues related to that epic' which are in the backlog (h Manually do this).

Can I link all the problems in a project (backlog) in an Epic with Groove Runner? Thanks

If you want to link issues with them without cloning, you should use.

Should look like:

  IssueLinkManager issueLinkManager = ComponentManager.getInstance (). GetIssueLinkManager () issueLink Manager .getLinkCollection (some Issue, yourUser) .each () {It.getOutwardIssues ( "Some link name")}    

No comments:

Post a Comment