Sandbox: Outlook to Jira
In the life of every developer there is a time for support and maintenance. So in my life too. I love Jira as an issue tracking tool. Outlook is not a bad corporate email client neither. :) Thus inspired by this article and powerful Jira RESTfull API . I decided to spend few hours of my spare time to do something useful. The idea was to have a button in the Outlook so when you click, it would create a Jira ticket based upon the current email and modify the message by putting there a link to the created ticket. The final result of this you may see below So by using VSTO and Jira API it was quite easy to achieve it. The article above mentioned is describing all steps required to create a VSTO project in Visual Studio. I'll just focus on the API been used. Basically to create an issue in Jira using API you should have an account and check if it is allowed to use the remote API in your instance of Jira and do the call it-self. In my case I wanted that issue t