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

Do the RM client extensions provide access to the comments in a module?

We would like to write an extension that needs to access the comments of an artifact. However, the documentation doesn't mention how to do this. 


Is it in general possible to access comments via the RM client extension API?

0 votes



One answer

Permanent link

 Use DNG reportable API to get access to the comments.


1 vote

Comments
Thank you very much for this feedback!

Our current plugin (which does also a lot of other stuff in a particular view) is using the RM client extension API. 

Is your proposal, that we extend the plugin by making a js fetch call to the REST endpoint, so mixing RM client extension API and REST calls to the DNGReportableRestAPI?

Client Extension API does not provide support for comments so you need to send HTTP Get request to reportable API.


You have allcthe neccessary data in client extension api including configuration and components.

It is common to mix client extension api with oslc and reportable api.

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,936
× 158

Question asked: Nov 04 '21, 12:47 p.m.

Question was seen: 1,100 times

Last updated: Nov 04 '21, 1:17 p.m.

Confirmation Cancel Confirm