You are on the Xporter Server documentation. If you are looking for Xporter Cloud documentation, you can find it in this page.

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}. If you want to print the date and time, you should use ${dateformat("dd-MM-yyyy  HH:mm:ss"):Created}.  5.0.0
Issue Iteration level (Comments,Worklog, etc...): CreatedDate and CreatedDateTimeUse Created. If you want to print only the date, you should use ${dateformat("yyyy-MM-dd"):Created}. 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}. If you want to print the date and time, you should use ${dateformat("dd-MM-yyyy  HH:mm:ss"):Updated}. 5.0.0
Issue Iteration level (Comments,Worklog, etc...): UpdatedDate, UpdatedTime and UpdatedDateTimeUse Updated . If you want to print only the date, you should use ${dateformat("yyyy-MM-dd"):Updated}. 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}. 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}. 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}. 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
Worklog IterationMapping: TimeSpentUse Time Spent5.0.0
[Variable]Until next version 4.3.0, the way to print the current index of an iteration is using the notation [Variable]. On version 5.0.0 this will no longer work. It will be replaced by ${Variable} to be consistent with 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
ProjectIdThe issue project Id.5.4.0
ProjectNameThe issue project Name.5.4.0
ProjectKeyThe issue project Key.5.4.0
ProjectComponentsThe issue project Components.5.4.0
ProjectURLThe issue project URL.5.4.0
ProjectLeadThe issue project Lead.5.4.0
  • No labels