Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 394 Bytes

enableplan.md

File metadata and controls

30 lines (23 loc) · 394 Bytes

EnablePlan command

This command enables a plan in bamboo.

Input for EnablePlan

{
    "plan": "ABCDEF-GHI"
}

Output Events

This command returns either a PlanEnabled or FailedToEnablePlan event

PlanEnabled Event Output

{
    "plan": "ABC-123",
}

FailedToAddComment Event Output

{
    "plan": "ABC-123",
    "error" : "some error occured"
}