Issues and PRs > Workflow status
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Dataset: Issues & Pull Requests

Entity: Pull Requests, Issues

Field ID: workflow_status

Type: Text

Description: The team-defined status of the issue, as seen in the source project management application.

Source: App

Transformation logic: N/A

From:

Github

N/A

Gitlab

N/A

Bitbucket

N/A

JIRA (Issues)

Use status.id on issues to retrieve the Status object then map Status.name

ClickUp (Issues)

Use status_id on issues to retrieve the Status object then map Status.status

Trello (Issues)

Use idList to retrieve the BoardList object then map BoardList.name

Did this answer your question?