[RTC or EWM] I want to make and update APPROVALS using "REST API"
I want to make and update APPROVALS using "REST API"
|
2 answers
David Honey (1.8k●1●7)
| answered Jul 22 '22, 3:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Have you looked at https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding?
Comments
HIROAKI JOSAKO
commented Jul 25 '22, 12:58 a.m.
I Looked at this pages.
|
Ralph Schoon (63.5k●3●36●46)
| answered Jul 23 '22, 6:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 23 '22, 6:19 a.m.
No, there is no public supported REST or otherwise public supported HTTP based API available to create, update Approval data in EWM work items. There is a reportable REST API that allows to GET the data - look at the example on my blog.
The only public supported API's that support create and update Approval data in EWM work items are the EWM SDK and the Plain Java Client Libraries.
I am getting alarmed about all the questions you ask about APIs and wonder what you intent to do with all these APIs. The questions I start asking myself are around, what the purpose of all this would be, why you need to do it, who pays for it, is it worth it? Why APIs?
Comments
HIROAKI JOSAKO
commented Jul 25 '22, 12:56 a.m.
Thank you for always replying! My teacher, Ralph!
Ralph Schoon
commented Jul 25 '22, 7:16 a.m.
| edited Jul 25 '22, 7:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am not sure, if using the APIs makes using work items more effective. I would doubt that. If you want to be able to create, read, update etc. work items, the API you have to use is the SDK/Plain Java Client Libraries.
You might want to look at https://github.com/jazz-community/work-item-command-line and reuse/enhance it, instead of trying to develop all you need on your own.
HIROAKI JOSAKO
commented Jul 25 '22, 8:20 p.m.
The normal update uses the CSV import and the Workitem-Command-Line that you have developed.
|
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.