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