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 (62.0k●3●36●43)
| 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
|