Structure with link generator

Frank Schophuizen June 29, 2016

I have a project in JIRA containing issues that are hierarchically linked through Issue links as parent-child issues. Now I would like to create a Structure with:

  • Insert generator to add only the issues without a link to a parent
  • Extend generator to add all issues with a link to a parent

The question is: how to do that?

1 answer

2 votes
Eugene Sokhransky _ALM Works_
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 29, 2016

Hi Frank,

Thanks for your question. Right now the only way to do it is to use some add-on that provides functions related to links (Script Runner or JQL Tricks) - then you can create a query for the inserter that only returns issues without incoming links.

We understand this is a frequent use case and it's pretty high in our backlog for generators improvements.

Regards,

Eugene (ALM Works)

 

Suggest an answer

Log in or Sign up to answer