So I created a customized column that displays all tickets that are linked as predeccessors to the current issue. This is the formula:
issueLinks
.FILTER($.type = "successor predeccessor link" AND $.source = this AND !$.destination.resolution)
.destination
It works as intended, however I would like the column to display the name/summary of the issue and not the issue key.
Any way to do this?
Issue key is the main unique identifier in Jira. and issues are found, the summary is just a detail on an issue
Thank you very much for your reply. I kind of knew that already. But I feel like there still must be a way to display other information than the issue key in a column of another issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might want to reach out to Tempo the vendor/devloper.
To see if the request you have is optional in structure.
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.