It's all about the answers!

Ask a question

Possible to auto deliver changes?


Srimanth Gunturi (206125) | asked Nov 21 '08, 1:08 a.m.
JAZZ DEVELOPER
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



permanent link
Jared Burns (4.5k29) | 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,
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.

Your answer


Register or to post 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.