...
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} 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 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} 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 UpdatedDateTime | Use 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 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} 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 ResolutionDateTIme | Use 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 StartDateTime | Use 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 DueDateTime | Use 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: 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 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:
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 |