How to get Team Area of a WorkItem [using multiple timelines] in Plain Java API
![]() I need to export work item information. I am able to export everything of a workitem except the calculated team area. I tried to calculate the teamarea by myself, but I stuck with the implementation of it. Is there anyone who did this before or who can point me out how to do this?
Any tip is highly appreciated.
EDIT:
I was successful getting all team areas of a category. But I don't know how to get further on as I have multiple timelines where another team area is associated to the same category
As you see in the example below, the Category "Test Category" is associated to the Project Area by default on the "Main Development" Timeline. As soon as I switch the timeline to "Timeline 1", the category is associated to the team "Team 1", the same for "Timeline 2" with "Team 2"
![]()
My current source:
|
2 answers
![]()
I have finally managed to find this out by myself. Here's the solution:
|