1. Workflow Stage Change Object

Workflow Stage Change Object

This is an object representing a workflow stage change.

Properties

  • id

    number

    The numeric ID of a workflow stage change

  • workflow_stage_id

    number

    Workflow stage ID to which the story is changed to

  • created_at

    string

    Creation date (Format: yyyy-MM-dd'T'HH:mm:ssZ)

  • user_id

    number

    ID of the use that made the change

  • workflow_id

    number

    ID of the workflow that the stage belongs to

Example Object
{
  "workflow_stage_change" :
    {
       "id": 2476842,
       "workflow_stage_id": 528725,
       "created_at": "2024-05-29T06:45:58.125Z",
       "user_id": 124123,
       "workflow_id": 18297
    }
}