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

how to get "Team Area Hierarchy" via REST API?

I'm trying to get all Team Area Hierarchy details like - name, summary, description.. etc etc And I want to get all that info using REST API

0 votes


Accepted answer

Permanent link
https://<server>/ccm/rpt/repository/foundation?fields=foundation/teamArea/*

This will give you everything including team members, roles, etc. and will do it for all project areas so you may want to filter this by project area:

https://<server>ccm/rpt/repository/foundation?fields=foundation/teamArea[projectArea/name ="<your project>"]/(*)

If you pull this request down you will see how you can get the fully qualified hierarchical name, the parent Team Area, etc
Amol Wangate selected this answer as the correct answer

0 votes

Comments

exaclty what I'm looking for. Thank a lot, Davyd!


One other answer

Permanent link
I don't think there's a REST sort of thing, but you might want to root into the "jp06:projectAreas" of the given repository's /rootservices document.

A REST browser plugin will help with that.

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,954
× 481
× 235

Question asked: Jul 11 '19, 11:24 a.m.

Question was seen: 2,801 times

Last updated: Jul 12 '19, 8:40 a.m.

Confirmation Cancel Confirm