Quantcast
Viewing all articles
Browse latest Browse all 21

Linking Trello and VSO using Service Hooks

Yesterday, May 12th, Visual Studio Online exposed a collection of service hooks which sends information to other services on interesting events that happen inside Visual Studio Online – things like builds completing, work items being updated, or code being pushed. Visual Studio Online supports direct integration with over a dozen services, and one of this services is Trello.

Image may be NSFW.
Clik here to view.
trello

What I like most about Trello is the flexibility and how easy it is to handle everything related to tasks and lists. How cool would it be to create cards on Trello on a dynamic event-based way like for example events on Visual Studio Online? Well, with the new service hooks, magic can happen! Let me visually guide you how you can create a link between VSO and Trello.

First things first, you need to be a Team Project administrator. Once you have this permission, go to the Team Project administration page, and select the “service hooks‘” tab.

Image may be NSFW.
Clik here to view.
01

Click on plus sign to create a subscription. There you have an overview of the possible target services. There are some interesting ones like for example MyGet (Check it out!). The one that I’m particularly interested in is Trello. Select that one and click next.

Image may be NSFW.
Clik here to view.
02

You can now select a trigger for this type of event. What I want to do is create a new card in Trello (with a red label) when I add a bug to VSO. So in my case, I select the ‘Work Item is created” event. In the filter, I select the work item type “Bug”.

Image may be NSFW.
Clik here to view.
03

Next step is to link your VSO account to Trello. This will give you a User Token. Copy and paste it into the form.

Image may be NSFW.
Clik here to view.
04

You now have the option to select a board, a list and a specific label

Image may be NSFW.
Clik here to view.
05

 The nice thing is that you have the possibility to “test” the service hook. Just click on “Test“, and let the magic happen!

Image may be NSFW.
Clik here to view.
06
That’s it! I can now enter a bug on VSO like this:

Image may be NSFW.
Clik here to view.
08

And in Trello, it will show up like this:Image may be NSFW.
Clik here to view.
10

You can even show the history, including the full request details! How cool is that?!

Image may be NSFW.
Clik here to view.
09

That’s it. The VSO team did a great job on this one! I really like it! Enjoy

The post Linking Trello and VSO using Service Hooks appeared first on Alexander Vanwynsberghe.


Viewing all articles
Browse latest Browse all 21

Trending Articles