RTC java api : how to get the fully qualifed name of a team Area ?
Hi,
I'm looking for a way to get the fully qualified name of a teamArea with the java api.
Can anybody tell me how to do this ?
I have a workitem. From it, I've got the Category, and from the category, I can get the name of theTeamArea.
But how to get the fully qualified name of the teamArea (the full path of the team area in the team area hierarchy) ?
|
One answer
Thanks for your answer.
But :
In the REST API, if you search for a team Area, you can ask for the "qualifiedName" attribute.
This "qualifiedName" is the path of the team in the teams hierarchy description.
In the REST api documentation, for the team Area, we can read this :
teamArea (type: com.ibm.team.process.TeamArea)This element represents a Team Area. Properties:
I just want to get the "qualifiedName" through the java api, not by a REST api call...
Thanks for your help.
Comments
Geoffrey Clemm
commented Apr 12 '20, 7:04 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Still wondering about the question in my original comment ... once you have the qualifiedName, how do you plan on using it?
Olivier ROSET
commented Apr 12 '20, 7:08 p.m.
The teams Hierarchy describe a organization. I want to split this "qualifiedName" in different parts and use those parts to know in what department, service, etc. the team is classified.
Geoffrey Clemm
commented Apr 12 '20, 7:13 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
That makes sense, thanks. |
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.
Comments