Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Because it is not known in advance how many linked issues exist for an issue, you can iterate a section over all the linked issues of an issue. This allows you to create a table that dynamically grows according to the number of existing linked issues. 

Exportable Data

FieldDescription
AppType

Returns the Application Type. The values can be:

Application ValueDescription

JIRA

Link from the same Jira Instance
External Jira Link from the another Jira Instance
Confluence Link from a Confluence page
External External link
LinkType Returns the Link Type.

Note:  When the link you are iterating is of AppTypes External Jira or Confluence, the name is obtained using the Summary property.

...

The image below demonstrates an example of a Word template that iterates over issue subtasks.

Image RemovedImage Added

or

Image RemovedImage Added

The image below demonstrates an example of an Excel template that iterates over issue subtasks.

Image Removed Image Added

or

Image RemovedImage Added

For an example of how to iterate the details of a subtask Parent issue, please check the Iterating JQL Queries area below.

...

 The image below demonstrates an example of a Word template that iterates over issue components.

Image RemovedImage Added

 The image below demonstrates an example of an Excel template that iterates over issue components.

 Image RemovedImage Added

Issue Status Transitions

Because it is not known in advance how many Status Transitions exist for an issue, you can iterate a section over all the Status Transitions of an issue. This allows you to create a table that dynamically grows according to the number of existing status transitions. The notation is:

...

The image below demonstrates an example of a Word template that iterates over status transitions.

Image RemovedImage Added

or

Image RemovedImage Added

The image below demonstrates an example of an Excel template that iterates over status transitions.

Image RemovedImage Added

or

Image RemovedImage Added

Issue Attached Images

...

The image below demonstrates an example of a Word template that iterates over attached images. 

Image RemovedImage Added 

or

Image RemovedImage Added


Info

Doc. Generator will automatically read the EXIF orientation property of an image and rotate it to its correct orientation. You can turn this off by adding this property to your template.

...

The image below demonstrates an example of an Excel template that iterates over attached images. 

Image RemovedImage Added 

or

Image RemovedImage Added

Issue Attachments

...

The image below demonstrates an example of a Word template that iterates over attachments.

Image RemovedImage Added

or

Image RemovedImage Added

The image below demonstrates an example of an Excel template that iterates over attachments.

Image Removed Image Added

or

Image RemovedImage Added

Issue Labels

Because it is not known in advance how many labels exist in an issue, you can iterate a section over all the labels of an issue. The notation is:

...

The image below demonstrates an example of a Word template that iterates over labels.

Image RemovedImage Added

or

Image RemovedImage Added

The image below demonstrates an example of an Excel template that iterates over labels.

Image RemovedImage Added

or

Image RemovedImage Added

Project Versions

...

Attachments FieldsDescription
NameThe name of the project version
DescriptionThe description of the project version
          Start date
        
The Start Date of the project version
          Release date
        
The Release Date of the project version

...

The image below demonstrates an example of a Word template that iterates over project version.

Image RemovedImage Added

or

Image RemovedImage Added

The image below demonstrates an example of an Excel template that iterates over project version.

Image RemovedImage Added

or

Image RemovedImage Added

Iterating JQL Queries

...

The image below demonstrates an example of a Word template that iterates over issue subtasks.

Image RemovedImage Added


The image below demonstrates an example of an Excel template that iterates over issue subtasks.

Image Added Image Removed
 

Info

You can also use a Filter Name or a Filter Id as a clause. For more info, read this.

...

Links Bugs with High Priority:

Image RemovedImage Added

Nested Iterations:

Image RemovedImage Added

Iterating in the same line of the document

...