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
Hello together,
I am trying to create a template for XPorter in which I want to show all linked issues of the type "relate to" for every listed issue.
As far as I know, it is possible to show ALL linked issues existing for one issue but is there also a way to show only one specific type of linked issue?
At the end it should look like this:
Issue Key Summary Relate to
Issue1Key Issue1Summary Link1, Link2, Link3
Issue2Key Issue2Summary Link1, Link2
....
I have tried something like ${Links[j].LinkType="Relate to"} but it didn't work.
Thank you for any help in advance!
This expression worked for me.
#{for Links}
#{if (%{‘${Links[n].LinkType}’==”relates to”})}
${Links[n].Key}
#{end}
#{end}
Hi Yvone,
For similar situations, please open a ticket on our Service Desk so we can help you as soon as possible.
Our team is always happy to help!
Best regards,
Xporter Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ines
Can the solution be shared on here too? This is something I would very much like to add to our reports also.
Thanks
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This expression worked for me.
#{for Links}
#{if (%{‘${Links[n].LinkType}’==”relates to”})}
${Links[n].Key}
#{end}
#{end}
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.