There are some features that will be removed from Xporter in coming version. Take a look on table below.
Feature/Mapping/Function Name | Note | Version |
---|---|---|
Issue Detail Mapping: CreatedDate, CreatedTime and CreatedDateTime | Use 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 CreatedDateTime | Use 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 UpdatedDateTime | Use 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 UpdatedDateTime | Use 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 ResolutionDateTIme | Use 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 StartDateTime | Use 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 DueDateTime | Use 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: EstimatedTime | Use Remaining Estimate | 5.0.0 |
Worklog IterationMapping: TimeSpent | Use Time Spent | 5.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:
Note: The second one will be removed. ${Function:FieldName} must be used. | 5.0.0 |
Url | Url mapping will be unavailable on version 5.0.0. Use URL instead. | 5.0.0 |
ProjectId | The issue project Id. | 5.4.0 |
ProjectName | The issue project Name. | 5.4.0 |
ProjectKey | The issue project Key. | 5.4.0 |
ProjectComponents | The issue project Components. | 5.4.0 |
ProjectURL | The issue project URL. | 5.4.0 |
ProjectLead | The issue project Lead. | 5.4.0 |