It's all about the answers!

Ask a question

Open the WorkItem Editor Programmatically


Arun Batra (14612427) | asked Nov 02 '11, 3:12 a.m.
Hi All,

I am implementing a client side operation advisor which uses Programmatic WorkItem Creation and Saves it using the following code.

try

{
myWorkingCopy.save(monitor);
}



So if this save operation fails due to some reason, I want the code to automatically open the workitem editor for this workitem so that the changes can be reviewed.

How can this be achieved ?

Any hints would be great ...


Warm Regards,
Arun

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Nov 02 '11, 10:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Arun, that is unfortunately beyond my knowledge today. You could potentially provide an URL in the status message that allows to open the work item by clicking. (That would work with ll IDE's). Or you look into the SDK code how the editor on a work item is invoked. It is certainly somewhere in there.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.