It's all about the answers!

Ask a question

Documentation


Francesco Ciani (1) | asked Feb 24 '09, 6:08 a.m.
Hello everyone,
we started using Jazz and we would like to write some code to programmatically create a WorkItem object. I found some examples and had no problem in creating a simple object; however now I would like to set its priority and owner. Found some other examples but they are rather obscure or not working. Where can I find a link to the JavaDoc APIs for Jazz? thanks in advance - and hope this is the right place to ask for them.

One answer



permanent link
Patrick Streule (4.9k21) | answered Feb 26 '09, 11:38 a.m.
JAZZ DEVELOPER
Hello everyone,
we started using Jazz and we would like to write some code to
programmatically create a WorkItem object. I found some examples and
had no problem in creating a simple object; however now I would like
to set its priority and owner. Found some other examples but they are
rather obscure or not working. Where can I find a link to the JavaDoc
APIs for Jazz? thanks in advance - and hope this is the right place
to ask for them.

A good starting point is
https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation

Please also take a look at IWorkItemCommon: All work item related methods
e.g. to get the priority values etc. are located there.
For priority and owner, you can use the setters setPriority/setOwner on a
working copy of IWorkItem.

--
Regards,
Patrick
Jazz Work Item Team

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.