Versions Compared

Key

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

Column

 

Ever wanted to have a simple way to export an issue to a PDF, DOCX and XLSX with your own Layout? Now you can do it easily with the Xporter for JIRA. Create your templates in DOCX & XLSX and have them be transformed for you by the Add-on automatically!

Xporter for JIRA is a Add-on developed by Xpand Add-ons, an Atlassian Solution Partner. More information about Xporter for JIRA is available in the Add-on Homepage, including the license purchase process.

All documentation is presented on the left side menu.

Page Tree

 

 

 

 

Importante notice!!!

Warning

There are some features that will be removed from Xporter in coming version. Take a look on table below.

Feature/Mapping/Function NameNoteVersion
Issue Detail Mapping: CreatedDate, CreatedTime and CreatedDateTimeUse Created. 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}  5.0.0
Issue Detail Mapping: UpdatedDate, UpdatedTime and UpdatedDateTimeUse Updated . 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} 5.0.0
Issue Detail Mapping: ResolutionDate and ResolutionDateTImeUse Resolved. 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} 5.0.0
Worklog Iteration Mapping: StartDate and StartDateTimeUse Date Started. If you want to print only the date you should use ${dateformat("yyyy-MM-dd"):Date Started} but if you want to print the date and time you should use ${dateformat("dd-MM-yyyy  HH:mm:ss"):Date Started} 5.0.0
Issue Detail Mapping: DueDate and DueDateTimeUse Due Date. If you want to print only the date you should use ${dateformat("yyyy-MM-dd"):Due Date} but if you want to print the date and time you should use ${dateformat("dd-MM-yyyy  HH:mm:ss"):Due Date} 5.0.0
Issue Detail Mapping: EstimatedTimeUse Remaining Estimate5.0.0
Mapping: TimeSpentUse Time Spent5.0.0
Index [First] and [Last] from iterationsThese index will be removed on version 5.0.05.0.0
[Variable]Until next version 4.3.0 the way to get printed the current index of an interation is using the notation [Variable]. On version 5.0.0 this wont work. It will be replaced by ${Variable} to follow our notation.5.0.0
Html/Wiki

Currently there are two ways to define a HTML/WIKI function:

  • ${Function:FieldName}
  • ${FieldName|function=true}

Note: the second one will be removed. ${Function:FieldName} must be used.

5.0.0
UrlUrl mapping will be unavailable on version 5.0.0. Use URL instead.5.0.0