I have a Jira structure with two extensions:
I would like to have a way to know which extended issue is which.
Is there a way to display the link type in the structure?
Ideally, this will be an icon or other visual cue (like font or underline) to save space.
Hello @Zigi Fibert
If I understand correctly, sub-issues of the same parent issue can be linked to it either via the Parent field or via the 'parent is blocked' link, and you want to be able to tell which connection is used for each sub-issue.
If so, then there is no straightforward of showing it - there is no column or a special icon that can describe the existing link. But you can do something similar with the Formula column. For example, you can specify the link and if there is a match - to mark the issue in some way:
if parent and parent{issuekey} = parent: "connected via the Parent field"
else if parent{issuetype}: "connected via the 'parent is blocked' link"
I hope this helps. If you need further assistance or if you have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
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.