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 ![]() 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?
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.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
That makes sense, thanks. |
Comments