Xporter - making template using one-line-iteration

Alexandra Skripacheva January 10, 2017

Hello everybody!

I was trying to make mapping in my template - I need to see all the linked issues (summary) in one line, so I used this command:

#{for j = LinksCount}${Links[j].Summary};#{end}

but Xporter couldn't read it:

"...General Exception: java.lang.IllegalArgumentException: Invalid end row index. java.lang.IllegalArgumentException: Invalid end row index...."

And thanks in advance for your help!

6 answers

1 accepted

2 votes
Answer accepted
Rui Rodrigues
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.
January 10, 2017

Hi @Alexandra Skripacheva,

In-line iterations(inside cells) are not available yet.

It'll be available on next major release 5.0 that will be published during next month.

Kind regards,

Rui Rodrigues.

Alexandra Skripacheva January 10, 2017

Thank you so much! I can hardly wait of the next release:)

Alexandra Skripacheva January 10, 2017

And may I ask another question?)

Is it possible to include links-iteration inside my issues iterations? because we really need the Links.Summary in our List-of-Issues-reports

Rui Rodrigues
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.
January 10, 2017

I think so.

Do you want to list for exemple:

Issue Details(First line)
Links(following lines)

Something like this?

 

Thanks.

Alexandra Skripacheva January 11, 2017

Of course it would be great if links-lines was in one line with Issue-details, but I guess it's impossible)

You know, smth like this:

 

Issue1Key     Issue1Summary   Link1
                              Link2
                              Link3
Issue2Key     Issue2Summary   Link...
...

 

 And thank you for your help!

 

Rui Rodrigues
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.
January 11, 2017

Hi,

I've attached a sample template with what you want. Check it out?

http://bit.ly/2j5wIkU

Best,

Rui Rodrigues.

Rui Rodrigues
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.
January 12, 2017

Did you try the template I've provided?

Alexandra Skripacheva January 17, 2017

Dear Rui!

thanks again for your help and for great plugin!

We decided to use Word-templates - and they're doing well.

Best,

Sasha.

Alexandra Skripacheva March 8, 2017

@Rui Rodrigues , hello again!
Sorry for long answer, but this problem is became actual again)

I've tried the template you'd attached, but it doesn't work. If there is something wrong? Anyway thanks for your time and help!

0 votes
Ali Hamouotu May 15, 2018

Hi dear Community Members, 

i have a problem with my xporter-template! Could help me please?

I'm trying to create a test Report in Xporter, and i already have all issues in my Report without Bug!! my template cannot find the bug in my Test,! 

i use the folowing code in the template: 

#{if (%{'${jqlcount: key in testBug('${Key}')}'.equals('0')})}

None

#{end}

#{if (%{!'${jqlcount: key in testBug('${Key}')}'.equals('0')})}

Key     |   Summary |  Status | Priority | Description | Created | Updated 

#{for z=JQLIssuesCount|clause= key in testBug('${Key}')}

${JQLIssues[z].Key} | ${JQLIssues[z].Summary}| ${JQLIssues[z].Status}| ${JQLIssues[z].Priority}| ${JQLIssues[z].Description} | ${JQLIssues[z].dateformat("dd-MM-yyyy  HH:mm:ss"):Created} | ${JQLIssues[z].dateformat("dd-MM-yyyy  HH:mm:ss"):Updated}

#{end}

#{end}

0 votes
Alexandra Skripacheva January 10, 2017

Excel template

0 votes
Rui Rodrigues
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.
January 10, 2017

Are  you using Word or Excel template?

0 votes
Alexandra Skripacheva January 10, 2017

Thank you for so quick answer!

JIRA v7.1.9 and Xporter - the last version, I guess (for 500 users)

0 votes
Rui Rodrigues
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.
January 10, 2017

Hello @Alexandra Skripacheva,

Which version of JIRA and Xporter are you using?

Thanks.

Rui Rodrigues.

Suggest an answer

Log in or Sign up to answer