Forums

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

Making coverage of requirement

Hyungjun Kim August 24, 2018

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.

1 answer

0 votes
José Domingues _Xray_
Atlassian Partner
September 12, 2018

Hi Hyungjun Kim,

I've created an example, regarding how you can show the relationships of the Requirements.
Please see the example:

screenshot-1.png

 

&{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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events