Forums

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

How to display issue name/summary instead of issue key in customized column in Structure?

Christopher Kemp January 26, 2024

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?

1 answer

0 votes
Marc - Devoteam
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.
January 26, 2024

Hi @Christopher Kemp 

Issue key is the main unique identifier in Jira. and issues are found, the summary is just a detail on an issue

Christopher Kemp January 26, 2024

Hi @Marc - Devoteam 

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

Like Marc - Devoteam likes this
Marc - Devoteam
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.
January 26, 2024

Hi @Christopher Kemp 

You might want to reach out to Tempo the vendor/devloper.

To see if the request you have is optional in structure.

Like Christopher Kemp likes this

Suggest an answer

Log in or Sign up to answer