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.
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
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:
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.