I whould like to use the jira-connector ui that we are already using from inside visual studio to enforce some policy on the source control
is there some way to attach hooks and run scripts that will run on the client machine once a user click the different connector buttons?
in my case i want the: start work, stop work & resolve that i want hooks for
Hi,
I suppose the fastest way to achieve what you want is to grab the source code of the Atlassian Connector for Visual Studio (https://bitbucket.org/atlassian/connector-vs) - go ahead and take it, it is open sources - and modify it to your liking. Hooking up whatever it is that you need to the buttons you mentioned is actually quite simple. If you have any .NET development experience, it should not be a problem for you to implement a feature like that.
I can assist you, should you have any questions.
Best Regards
Janusz Gorycki
i will take a look at the source code to see if i find my bearing there :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i looked over the code - it is doable - sadly i will not have time to invest in it in the next few weeks.
but once i make it - i will place a pull request if i will think what i did is good enough
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.