Is it possible to get the project area from build result UUID?
Now I have build result UUID in string format and want to get the associated project area. Is it possible? Here's the code I have
UUID id = UUID.valueOf("_TV2EEcMDEeS4Jobxo3QE1w");
|
Accepted answer
Ralph Schoon (63.6k●3●36●46)
| answered Apr 02 '15, 5:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
From the build result, get the build definition. From the build definition get the process area and from that get the Project area.
IBuildDefinition bHandle = buildResult.getBuildDefinition() IBuildDefinition bDef = resolve bHandle bDef.getProcessArea() Stephen Lai selected this answer as the correct answer
|
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.