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!
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.
Thank you so much! I can hardly wait of the next release:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think so.
Do you want to list for exemple:
Issue Details(First line) Links(following lines)
Something like this?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I've attached a sample template with what you want. Check it out?
Best,
Rui Rodrigues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try the template I've provided?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Rui!
thanks again for your help and for great plugin!
We decided to use Word-templates - and they're doing well.
Best,
Sasha.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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}
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.
Are you using Word or Excel template?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for so quick answer!
JIRA v7.1.9 and Xporter - the last version, I guess (for 500 users)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alexandra Skripacheva,
Which version of JIRA and Xporter are you using?
Thanks.
Rui Rodrigues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.