provider Workflows POST /rest/api/3/workflow/history
@utdk/jira /rest/api/3/workflow/history
Read workflow version from history
Returns a workflow and related statuses for a specified workflow id and version number. **Note:** Stored workflow data expires after 60 days. Additionally, no data from before the 30th of October 2025 is available. **[Permissions](#permissions) required:** * *Administer Jira* global permission to access all, including project-scoped, workflows * At least one of the *Administer projects* and *View (read-only) workflow* project permissions to access project-scoped workflows

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

readworkflowfromhistory
POST/rest/api/3/workflow/history
Returns a workflow and related statuses for a specified workflow id and version number. **Note:** Stored workflow data expires after 60 days. Additionally, no data from before the 30th of October 2025 is available. **[Permissions](#permissions) required:** * *Administer Jira* global permission to access all, including project-scoped, workflows * At least one of the *Administer projects* and *View (read-only) workflow* project permissions to access project-scoped workflows

Input

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.readworkflowfromhistory()