I'm new in Xporter but it looks good plugin.
I have JIRA project for requirement management and all requirements are linked as 'block', like ;
Level0 - Level1 - Level2
- Level0 issue 'is blocked by' Level 1 issues
- Level1 issue 'blocks' Level0 and 'is blocked by' Level2 issues
I wonder how I make Xporter template to show relationships of all requirement issues.
Hi Hyungjun Kim,
I've created an example, regarding how you can show the relationships of the Requirements.
Please see the example:
&{for issues} ${Key} #{for links} #{if (%{'${Links[n].LinkType}'.equals('is blocked by')})} is blocked by ${Links[n].Key} #{end} #{if (%{'${Links[n].LinkType}'.equals('blocks')})} blocks ${Links[n].Key} #{end} #{end} &{end}
If you want to ensure that only the issue type Requirement is exported:
&{for issues|filter=%{'${IssueTypeName}'.equals('Requirement')}} //Do the same steps&{end}
If you need, please contact our support.
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.