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

Export permissions by role into a more readable format?

 I have a requirement to maintain a spreadsheet of permissions by role for several project areas in RTC, RRC, and RQM. Until recently this was done by comparing the spreadsheet to the live permissions, item by item. I was able to write some python code to parse the inner html that I copied and pasted from the web client. This is an effective, but inelegant solution. I have tried to automate this process by accessing the api with python and java. Both attempts have proven unsuccessful. I am now attempting to learn to create eclipse plugins to see if it is possible to access the permissions tables and parse them in this way. Is there an easier way to do this? Is it even possible to do with a plugin?

0 votes



One answer

Permanent link
I created a batch using plain api in order to synchronize permissions in RTC so yes, it is possible. You can also do it by using REST api (this article shows how to access these information). Once you've retrieved the information you can show them as you want. I've not tried with a client side plugin but I'm sure it can be done. You can start from here

What I don't know is how to do it in RRC and RQM as I've never do it and I don't think there is plain java api or sdk for them.

Michele.

0 votes

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

Question asked: Feb 17 '16, 2:11 p.m.

Question was seen: 3,547 times

Last updated: Feb 18 '16, 4:37 a.m.

Confirmation Cancel Confirm