-
Improvement
-
Resolution: Fixed
-
Major
I have got an Integrity project that is configured with mandatory change packages, but I want to check in files using bypass mode. I have got such a permission, but I have to pass ItemId as a build parameter. "Bypass" value is not working.
In the IntegrityCheckinTask.java file:
there is the invoke method which creates a change package at the beginning. It would be great to have an IF clause, which will check if the parameter equals "bypass" and in this case won't create a change package and check in files using "bypass" mode.