Is it possible change the Operation Behaviour in a Check-in action?
I am working with a RTC 4.0 and I want execute a java program that I have programmed for code quality when the "check-in" action is fired.
I have been looking for documentation about extensions and only I have seen this is possible in a Deliver action, Modify a Component or Save a Component.
Is it possible?
Accepted answer
Fran,
see https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations for the extension points and operation ID's.
Unfortunately there is no operation ID for check-in. I think it would be useful and would suggest to create an enhancement request.
see https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations for the extension points and operation ID's.
Unfortunately there is no operation ID for check-in. I think it would be useful and would suggest to create an enhancement request.
Comments
This functionality is requested in: allow process advisors on checkin (103914)
But note that a workspace is owned by a user, not a project area, so there would be no place to put the process extensions.