How to set a timeline as the project timeline?
Hello,
How can I set a timeline as the project timeline programmatically? Thanks in advance. |
3 answers
I've found a class DevelopmentLineDTOImpl that has the function isProjectTimeline() but this is an internal class belonging to the package: com.ibm.team.process.internal.common.rest.impl.
How can I set the ProjectTimeline()? Is there a public API? Thanks |
Try IProjectArea.setProjectDevelopmentLine(IDevelopmentLineHandle) .
Development lines are exposed in the UI (and parts of our internal code base) as time lines. Martha Hello, |
Jared Burns (4.5k●2●9)
| answered Mar 17 '10, 12:55 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Sat, 13 Mar 2010 21:37:57 +0000, marly wrote:
Hello, The API Martha gave is the correct method to set the project timeline. -- Jared Burns Jazz Process Team |
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.