1

I'm using VSTS for task and issue tracking and committing to a git repo hosted on VSTS.

Is there a way to automatically show commits in the 'Development' section of a Task in VSTS without having to manually add it?

In Jenkins I believe there's a plugin where it looks for the commit ID in the commit message to automatically link to the related task in Jira.

1 Answer 1

3

There are several options.

  • Enter the work item ID in the commit message, like Implemented a frobulator #1234.
  • Create a branch for the task from within the work item, which will automatically associate the branch (and thus all commits to that branch) with the work item.
Sign up to request clarification or add additional context in comments.

1 Comment

First one was exactly the solution that I was looking for

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.