Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

REST API for RTC

Is there any REST api or something like that to get the work items data in RTC?

Or any where I can get the instructions for the REST API?

0 votes



One answer

Permanent link

Yes. RTC provides a REST API. To get WorkItem details, the URL would be
https://server:port/ccm/rpt/repository/workitem

To access individual WorkItem, you can use either of these:
https://server:port/ccm/rpt/repository/workitem/workItem/id/123?fields=workitem/workItem/(description|summary|severity|state)
https://server:port/ccm/rpt/repository/workitem?fields=workitem/workItem[id=123]/(description|summary|severity|state)

For details/documentation, you can refer https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI

1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Feb 23 '17, 8:56 a.m.

Question was seen: 13,303 times

Last updated: Feb 23 '17, 10:58 a.m.

Confirmation Cancel Confirm