Hey all,
I have a JQL query, that returns all issues linked to a specific issue:
issue in linkedIssues("ID-1")
I want to display all issues that are linked to issue ID-1 in a Confluence JQL table.
Is there a way to display the type of relation (i.e., link type) with which the issues are connected to ID-1?
I would like something similar to
| Key | Summary | LinkType
1 | ID-2 | text1 | "relates-to"
2 | ID-3 | text2 | "blocks"
linkedIssues() documentation (JQL functions | Jira Cloud | Atlassian Support) allows to filter for LinkType, so the information is somewhat accessible.
I do not want to have separate tables for each LinkType as this increases maintenance cost and is more error prone.
I hope someone can help me!
for a native solution, the only thing that I can think of is to use Jira Automation to,
You can then add the custom field to your search result. I haven't done this myself, so I can't comment on the details, but I'm relatively confident it would work.
Alternatively, if you're open to solutions from the Atlassian Marketplace, you'll have more options. I'll add more information below.
Hope this helps,
Best,
Hannes
To expand on my last point: If you're open to solutions from the Atlassian Marketplace, this would be easy to do using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of so-called smart columns that aren’t natively available, including an issue's issue link descriptions (along with many other issue-link-related columns).
This is how it looks in action:
As you can see above, you can easily sort and filter by your smart columns, and also use them across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting. Of course, you can also export your data to CSV or Excel/Google Sheets in just one click.
This all just works - there's no scripting or automation whatsoever required.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Hannes for your reply. I would have liked to solve it without additional marketplace apps as this would increase our project costs significantly. Its a pity that there seems to be no Atlassian native solution for it.
I agree that your automation approach should work, Ill have a look at this.
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.