Possible to auto deliver changes?
Hello,
Our tooling makes changes to certain files and we would like to deliver them automatically without the user's intervention. Is there any way to find what conditions are required on the delivery of a change-set (like need comment, need workitem, etc.)? Is there any API/UI which determines the conditions, and asks via API/UI what values are needed? Or are the conditions a post-deliver response from the server that the client could never figure out? Regards, Sri. |
One answer
Jared Burns (4.5k●2●9)
| answered Nov 21 '08, 1:18 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
IClientProcess and IServerProcess both have API to retrieve the
preconditions. See getAdvisorDeclarations(IProcessArea, String, ...). Preconditions are called "advisors" in the code. Jared Burns Jazz Process Team Srimanth Gunturi wrote: Hello, |
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.