Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
POST /issues/200/progressions/100/auto.json

...

Endpoints

METHODENDPOINTDESCRIPTION
GET/:resource/:resource_id/progressionsReturns an array of available progression actions. An ID from this response can be used to progress the object to the specified status.
[PUT|POST]/:resource/:resource_id/progressions/:progression_id/autoAutomatically progresses the resource to the progressions next status if applicable. The updated resource is returned upon success.

...