Workflow Rules

Get workflow rules

Get every workflow rule for a project. A rule moves a task to a column when an integration event fires.

get/workflow-rule/{projectId}

Path parameters

projectIdstring required

Response

List of workflow rules

idstring required
projectIdstring required
integrationTypestring required

The integration that emits the event, e.g. github.

eventTypestring required

The provider event that triggers the move, e.g. pull_request.opened.

columnIdstring required

The column tasks are moved to when the event fires.

columnNamestring nullable required
columnSlugstring nullable required
createdAtstring date-time required
updatedAtstring date-time required

Changes

Changed in 3 of the 23 revisions of this API.24

  • 08bbb5bedb5d13See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • endpoint added

      endpoint-added