Using Mappings

To use a mapping, just open your template document and type the mapping using the following notation:

${<Field>}

The keywords available are in listed in the following table:

Please check the Deprecated Mappings page to ensure you are using the most recent mappings.

Field

Content

AffectedVersions

The project versions the issue affects (a list with 1 version per line).

AffectedVersionsList The project versions the issue affects, separated with commas.

AssigneeId

The issue assignee id.

AssigneeUserDisplayName

The issue assignee JIRA display name.

AssigneeUserEmailAddress

The issue assignee JIRA e-mail address.

AssigneeUserName

The issue assignee JIRA user name.

AssigneeGroupsThe groups which the issue assignee belongs to.

Attachments

The attachments of the current issue (a list with 1 attachment per line).

Note: You can iterate over Attachments and get some metadata from them.

AttachmentsCountReturns the number of attachments in the Issue.

BelongsToEpic

Returns "true" if the current issue belongs to an Epic Issue, otherwise it returns "false".
BulkIssueIndexThe index/position of the current issue being mapped. Usable only in bulk export. 0 is the index for the first issue.
BulkIssuesCountThe number of issues selected in a bulk export. Usable only in bulk export.
CommentsCountReturns the number of comments in the Issue.

Components

The components an issue belongs.

ComponentsCountReturns the number of components in the Issue.

Created

The issue creation date time in ISO Format. If you want to print only the date you should use ${dateformat("yyyy-MM-dd"):Created} but if you want to print the date and time you should use ${dateformat("dd-MM-yyyy  HH:mm:ss"):Created} 

Description

The issue description.

DocumentIdUnique ID generated identifying the document.

Due Date

The issue due date.

Environment 

The issue environment.

EstimatedTime

The estimated time for issue completion. Do not use this field as it will become soon deprecated . Use RemainingEstimate .

FilterJQLCurrent JQL used to search Issues.
FilterNameCurrent Filter Name used to search Issues.

FixVersions

The versions an issue fixes.

FixVersionsReleaseDate The release date of the versions an issue fixes.
FixVersionsList The versions an issue fixes, separated by commas.
FixVersionsReleaseDateListThe release dates of the versions an issue fixes, separated by commas.

Id

The issue ID. Ex: 1

Images

When used as a single field "${Images}", it renders the images List of images attached to the issue. Images are rendered in an order respecting the creation date.

For this field, you are allowed to define extra attributes with the max image width, max image height and the sort order of the images.

  Examples:

${Images|maxwidth=100|maxheight=100}

${Images|maxwidth=100|maxheight=100|sortby=name}

${Images|maxwidth=100|maxheight=100|sortby=date}

 

Note: You can iterate over images and get some metadata from them.

ImagesCountReturns the number of images attached to the Issue.

IssueTypeDescription

The issue type description.

IssueTypeDescriptionTranslatedThe translated issue type description.

IssueTypeName

The issue type.

IssueTypeNameTranslatedThe translated issue type.
JQLIssuesCountThe number of the issues returned by the parent JQL Iteration.

Key

The internal issue Key. Ex: PROJECT-1.

Labels

The issue labels.

LinksCountReturns the number of links of the Issue.

OriginalEstimate

The originally estimated time for issue completion, in seconds.

OriginalEstimateFormattedThe originally estimated time for issue completion formatted as defined in the JIRA Time Tracking options.

ParentIssueDescription

The parent issue description.

ParentIssueId

The parent issue ID.

ParentIssueKey

The parent issue key.

Priority

The issue priority.

PriorityTranslatedThe issue priority translated to the language of the logged user.

PriorityDescription

The issue priority description.

PriorityDescriptionTranslatedThe issue priority description translated to the language of the logged user.

ProjectComponents

The project components an issue belongs.

ProjectId

The issue project.

ProjectKey

The issue project key.

ProjectName

The issue project name.

ProjectURL

The issue project URL.

ProjectLeadThe issue project leader.
RemainingEstimateThe originally estimated time for issue completion formatted as defined in the JIRA Time Tracking   options.
RemainingEstimateFormattedThe remaining estimated time for issue completion formatted as defined in the JIRA Time Tracking   options.

ReporterId

The issue reporter ID.

ReporterUserDisplayName

The issue assignee JIRA display name.

ReporterUserEmailAddress

The issue assignee JIRA e-mail address.

ReporterUserName

The issue reporter JIRA user name.

ReporterGroupsThe groups which the issue reporter belongs to.

Resolution

The issue resolution.

ResolutionTranslated The issue resolution translated to the language of the logged user.

Resolved

The issue resolution date in ISO format. If you want to print only the date you should use ${dateformat("yyyy-MM-dd"):Resolved} but if you want to print the date and time you should use ${dateformat("dd-MM-yyyy  HH:mm:ss"):Resolved} 

ResolutionDescription

The issue resolution description.

ResolutionDescriptionTranslatedThe issue resolution description translated to the language of the logged user.
ResolutionDesc

SecurityLevel

The issue security level.

SecurityLevelId

The issue security level ID.

Status

The issue status.

StatusTranslatedThe issue status translated to the language of the logged user.
StatusTransitionsCountReturns the number of status transitions of the Issue.

StatusDescription

The issue status description.

StatusDescriptionTranslatedThe issue status description translated to the language of the logged user.
SprintThe Issue Sprint Name.

SubTasks

List of issue subtasks.

SubtasksCountReturns the number of subtasks of the Issue.

Summary

The issue summary.

TestsCountReturns the number of Tests in an issue of type Test Set.
TestStepsCountReturns the number of Test Steps in an issue of type Test.

Time Spent

The time spent working on the issue.

Updated

The issue update timestamp.  If you want to print only the date you should use ${dateformat("yyyy-MM-dd"):Updated} but if you want to print the date and time you should use ${dateformat("dd-MM-yyyy  HH:mm:ss"):Updated}

UserDisplayName

Display name of the user that is requesting the export.

UserEmailAddress

Email address of the user that is requesting the export.

Username

Username of the user that is requesting the export.

URLReturns the Url for the Issue detail screen.

Votes

The number of times an issue was voted.

Watches

The number of watches of the issue.

WatchersReturns a list of Users that are watching the Issue. Functions: fullname and emailaddress can be used with this field.
CommitsThe number of commits for this issue.
BranchesThe number of branches for this issue.
PullRequestsThe number of pull requests for this issue.
BuildsThe number of builds for this issue.
ReviewsThe number of reviews for this issue.
ParentReturn fields from Parent issues.

Custom Field Mappings

The Xporter for JIRA plugin supports custom fields. To use your own defined custom fields, just use the same notation:

${<Custom field name>}

The <Custom field name> must match exactly the name on which you created the custom field. Example:

${My Special One And Only Custom Field}

If you have Custom Fields with the same name, it is possible to explicitly indicate the custom field that you want to export using its internal JIRA identifier. You can find the identifier of a custom field, by going to the JIRA administration, section fields, and edit the custom field. The id will appear in the URL (ex: http://jiraserver/secure/admin/EditCustomField!default. jspa ?id=10070 ). The notation to be used is:

${<Custom field name>[<Custom field id>]}
Expand to see the example on sample code
${My Custom Field[10070]}

The officially supported custom fields are:

  • Number Field
  • Text Field (read only)
  • Text Field (multi-line)
  • Group Picker (single group)
  • Group Picker (multiple groups)
  • User Picker (single user)
  • User Picker (multiple users)
  • Date Picker
  • Date Time Picker
  • Select List (single choice)
  • Select List (multiple choices)
  • URL Field

The plugin may work with other custom fields (even provided by other plugins). This depends on the way other custom field types implement the rendering of the field values.

Custom Fields can also be referenced using their translated name. Example: If a custom field named "Reason" is translated in JIRA to french in "Raison", you can refer to the field in the template with ${Reason} or ${Raison}.

The Xporter for JIRA allows rendering all the fields from the Epic Link for an issue. This Epic Link feature is available with the JIRA Agile Add-on.

${Epic Link.Field}
Expand to see the examples on sample code
${Epic Link.Key}
${Epic Link.Summary}
${Epic Link.LinkType}
  • No labels