Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,414
Community Members
 
Community Events
184
Community Groups

Display the name of a parent issue in a column in structure

I would like to display the issue (key and/or name) which is linked with "is parent of" in the column of a structure, can I do this?

2 answers

1 accepted

2 votes
Answer accepted
Dionathan Lopes _ALM Works_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Dec 23, 2021

Hello @Martin Härri 

Dionathan with ALM Works here.

You could use the following sample formula and let me know how it goes (PS: this formula will work only on the latest versions of Structure (V7.0 +)):

 

issueLinks.FILTER($.type.outward = "is parent of" AND $.destination = this).MAP($.source.key CONCAT ' - ' CONCAT $.source.summary)

 

or

 

issueLinks.FILTER($.type.inward = "is parent of" AND $.destination = this).MAP($.source.key CONCAT ' - ' CONCAT $.source.summary)

 

depending on your setup.

 

Basically, it is filtering the issue links by "Is parent of" and it should show the Issue Key + Summary in a Formula Column.

 

Please refer to this article for more information about Item Property Reference

 

If any further questions, let me know.

Best Regards,
Dionathan L
www.almworks.com 

Brilliant, that's exactly what I was looking for, thanks a lot, Dionathan!

Really cool - was looking for this and exactly does what I wanted.

Would be great to have examples like this documented at the ALM Works wiki for Structure.

Like Dave Rosenlund _Tempo_ likes this
Dave Rosenlund _Tempo_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 04, 2023

Good suggestion, @M0214104  👍 

I have passed it along to the Structure team and you can expect to see it in the Sample Formulas one day soon.  

-dave

Like # people like this
0 votes
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 22, 2021

@Martin Härri 

Customization in Board is not possible as of now in Jira Work Management Template Projects.

If you need configurations you can choose to create a kanban board where you will have more control over how cards can be displayed.

Thanks,
Pramodh

Hi Pramodh, I don't think your answer is related to my question, I was talking about Structure from ALMWorks, not kanban boards

Like Pramodh M likes this
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 23, 2021

Thanks Got it :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events