Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create a List of Stories with associated Features

David Soler Balado June 19, 2018

Hi,

We have a set of features in a JIRA Project Space (a JIRA project). Each feature has one or more linked Stories in a JIRA Product Space (another JIRA project). The stories and features can be linked with other issues (Tests, Deployments...)

Is there any way to list all the features and the associated stories? Or... all the stories and the linked features of each storie?

 

Thanks

2 answers

3 votes
sudhakar
Contributor
June 19, 2018

HI

We can  get list of stories that are associated with other stories in the form of links using JQL Search Extensions plugin 

JQl : (linkType in( "Is dependent on","is blocked by") AND linkedIssueType = Story ) will give you list of stories that are linked with other stories in the form of blocked by or Is dependent on

JQl : (linksIssueProject= MSD AND linkedIssueType = Story)  Will give you list of stories linked with other stories

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/3375124/JQL+Reference+Cloud#JQLReference(Cloud)-LinkedBy

 

 Regards,

Sudhakar

David Soler Balado June 19, 2018

Thanks! Is a good idea... but with JQL Search Extensions we can see the summary of the issue or only the JIRA code?

 

Anyway, is a good plugin and a great idea, thanks!

0 votes
Sana Safai
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 19, 2018

In the issue navigator there is a column you can choose that is called "Linked Issues" that will provide that information in the list view. Are you looking for something like that or something more advanced?

David Soler Balado June 19, 2018

Yes. We want to see the Stories and the Summary of the Request, for example. We can't use "Linked Issues" because the Stories has other links (tests, deploys...) and we only want to see the summary and link to associated Request

Sana Safai
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 19, 2018

Hi David,

In that case you might want to use ScriptRunner to selectively display the links you need, using a scripted field.

Suggest an answer

Log in or Sign up to answer