Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Hjelm authored Oct 3, 2023
1 parent cbc3376 commit c812788
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,15 @@ The history of the **logged time** and **remaining time** will be preserved on e
"target": "Custom.RemainingEstimateSeconds"
}
```

## 7. How to map datetime fields

Here is how we can map datetime fields like ResolvedDate:

```json
{
"source": "resolutiondate",
"type": "datetime",
"target": "Microsoft.VSTS.Common.ResolvedDate"
}
```

0 comments on commit c812788

Please sign in to comment.