External Git WorkItem Integration This task allows you to associate external git changes with a specific Work Item **Description The main objective of this task is to allow the association of a change made on an external Git repository with an existing Work Item, which has to be specified in the commit message through the # The necessary precondition to use this task is to define the external git repository as a Service endpoint in your VSTS Project. You have to set it as the source remote repository in the build that will execute the task. Example:
After the task is executed, you will find in Work Item 564 the hyperlink to the changeset referred to the last commit in the external Git repository. If you sort hyperlinks list by comment, you will have the history of commits related to Work Item 564. We suggest the build that executes the task to be in continuous integration in order to capture all the changes done in the external repository. |