The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
This month the spotlight is on AppLiger. We caught up with Pavel Pavlovsky, CEO and Product Manager, to learn how the company started and what fuels the team's creativity. Atlassian:...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.