-
Notifications
You must be signed in to change notification settings - Fork 6
3.5 Custom Issue Templates
Martin Benninger edited this page Aug 16, 2018
·
20 revisions
When creating an issue, the RTC-Git-Connector plugin takes various work item attributes and uses them to set equivalent fields on the new issue.
Here is a list of the mappings that are performed when creating a new issue:
Work Item Attribute | Git Issue Equivalent |
---|---|
Summary | Title |
Description | Body/Description |
Tags | Labels |
Additionally, the label from-rtc-work-item
is added to the new issue.
Most other work item attributes don't have a direct equivalent field. To solve this, they are instead added to the description and formatted with markdown. A template is used to decide which attributes are used and how they will be formatted.