You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pramodh, I don't think your answer is related to my question, I was talking about Structure from ALMWorks, not kanban boards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Got it :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.