Redirecting to third part tool on click of save button of a workitem
I have a workitem which has to be integrated with a third party tool.On click of save button on workitem i want to pass the workitem id to the third party tool.i have a written a server side plugin and i want to open the thirdparty tool's url in a new tab on click of save button.Can anybody please paste the code snippet to open the url so that i can add it in my java file.