JAVA API to identify the backlog iteration?
Hi,
I am using one of the process template while creating a project area, which creates the project area time line structure as below - Main development[Timeline] - Release1.0[Iteration] - Backlog [Iteration]. So What is that configuration makes this "Backlog" different than the normal iteration? Is there any process configuration setting to identify whether the "Backlog" is really a backlog iteration? How can I make sure through java code that the "Backlog" is the really a backlog iteration? Is there any JAVA API available for this purpose? regards, Praveen S H |
2 answers
there is an IIterationType, I assume (but can't find) the list of types includes Backlog.
it is set here in the process config, which uses some api to do it.. Comments Thank you for your reply sam detweiler .
|
Geoffrey Clemm (30.1k●3●30●35)
| answered Mar 09 '16, 6:54 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The backlog iteration is declared in the process configuration of the project area.
In particular, the XML element <backlogIteration> defines the backlog iteration. I don't know if there is a better way to get this information other than parsing the process configuration. (As you discovered, the iteration type is unrelated to whether or not an iteration is the backlog iteration). |
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.