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
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
Regards,
Sudhakar
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
In that case you might want to use ScriptRunner to selectively display the links you need, using a scripted field.
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.