How to open workitem in browser
![]()
Hi,
I have created a plugin which creates work item programatically and want to open that newly created work item into the browser. When new workitem will be create then the workitem should be open in browser.
Can any one have idea about how to open work item in browser?
Thanks
|
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Apr 20 '16, 2:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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:
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.
|
Comments
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?
This is the server follow up action.