Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Added associate work items command #108

Merged
merged 2 commits into from
Feb 16, 2017
Merged

Added associate work items command #108

merged 2 commits into from
Feb 16, 2017

Conversation

jpricket
Copy link
Member

The command allows the user to select a work item from a pick list and then appends that work item to the commit message for association.

- it simply adds the string to the commit message
Also added checkin there as well
@msftclas
Copy link

Hi @jpricketMSFT, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor. If you're full-time or an intern, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

Copy link
Contributor

@jeffyoung jeffyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add some telemetry. Otherwise, great job!

@@ -32,6 +32,15 @@ export class TfvcExtension {
this._manager = manager;
}

public async AssociateWorkItems(): Promise<void> {
this.displayErrors(async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add Telemetry.SendEvent("tfvc.associateworkitems") so we can have some indication on how much the command is used.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants