How to open workitem in browser
One answer
Although one can state pretty much any requirement in words, if these can be implemented is a totally different matter. Don has already hinted the sore points in your requirements. Here a summary:
- The Server follow up action works in the server It could open a browser window. This browser window would appear on the server window, which likely will not be shown anywhere
-
To open a browser on the machine where the user clicks the button, the server
- would have to know the machine
- Would have means to communicate to the machine to open a new browser window
Comments
Hi Ralph,
Thanks for reply.
The requirement is that, the browser is already open on system.
In CCM when user will change the approval state of the workitem at that time workitem will create grammatically. I just wanted to open those newly created work item in "work item editor presentation". I have an Id of that work item.
Is it possible to open those workitem in editor presentation using work item Id.
This link is for client side : https://jazz.net/forum/questions/91049/how-do-you-open-workitem-if-you-have-the-id
I am looking for server side solution.
The browser is the client. I don't know if the server operational behavior does know about the browser connection and could do something in the JavaScript of the client.
My assumption would be that this is not the case. Creating a Linked Defect from a Work Item Editor Toolbar Action -Work Item Web UI customization might be a valid option, otherwise I can't answer this question.
Comments
Donald Nong
Apr 18 '16, 3:26 a.m.That's quite curious request. Is the plugin a server plugin or client plugin? If a server plugin, where would the browser appear? Can you explain the work flow that you have in mind?
Anurag Patel
Apr 20 '16, 1:15 a.m.This is the server follow up action.