create releases in project using RTC Plain Client java apis
Hello I am trying to create releases in ccm project area and I could create Timelines and iterations as well.
I am using following snippet to create release:
public void createRelease(IProjectArea projectAreaCopy, IIterationHandle newIteration, ITeamRepository teamRepository) throws TeamRepositoryException { projectAreaCopy is working copy of IProjectArea.
The code does not throw any exceptions but does not even create release in project.
My requirement is to create release and assign it to an iteration through RTC Plain client Java Api.
IDE tool - IntelliJ Idea 2018
Please guide me through this.
Regards,
Arati
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 15 '22, 4:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This code creates and saves a deliverable. Arati Kulkarni selected this answer as the correct answer
Comments
Arati Kulkarni
commented Feb 15 '22, 4:46 a.m.
Hello Ralph,
Thank you so much for the help!
Regards,
Arati
|
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.