The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with xPorter Linktype iterations

s.balerin
March 4, 2020

Hi, I would like to fill a cell of an Excel table with a field value only when the issue has a link of a specific type, otherwise put "NA" in the cell. I am facing several issues:

1. I do not find a #else statement for adding "NA".

2. I also want to put NA, when there is no links at all for the issue. Is there a way to check the value of n, so I cant add "NA" when n equals 0? 

Here is the current content of my cell: 

'#{if (%{‘${Links[n].LinkType}’.equals(‘Parent of’)})}
${Links[n].Req. ID}
#{end} 

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question