-
Bug
-
Resolution: Fixed
-
Low
-
8.0.0
-
None
-
Severity 3 - Minor
-
Issue Summary
When plan's TagTrigger configured by Bamboo Specs it ignores conditions
Steps to Reproduce
- Create Bamboo Specs project and add TagTrigger to any plan
... new TagTrigger().filter(".*") .conditions(new PlansGreenTriggerCondition() .plans(new PlanIdentifier("PROJ", "PLAN"))) ...
- Run Maven command to publish plan to Bamboo Server
Expected Results
Plan has Tag trigger with provided condition.
Actual Results
Plan has Tag trigger without provided condition.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- was cloned as
-
BDEV-16824 Loading...