Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

XPorter - Show all linked issues of a specific type for every issue

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!

 

 

2 answers

This expression worked for me.

 

#{for Links}

#{if (%{‘${Links[n].LinkType}’==”relates to”})}

${Links[n].Key}

#{end}

#{end}

0 votes
Inês Silva
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.
Sep 27, 2019

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

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

Like Sohag Miah likes this

This expression worked for me.

#{for Links}

#{if (%{‘${Links[n].LinkType}’==”relates to”})}

${Links[n].Key}

#{end}

#{end}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events