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
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.