Get workflow and status by project

Hello community

i want to know please if there is an API that my help me to find :

  • the workflow list by project " workflow by {projectId or key } "
  • get status by {workflowId}

Cheers.

Hello @hamzabouallegue ,

Workflows are linked to an issue type, if in case you are looking for workflow schemes mapped to a project (the response body also includes the workflows), you can try Get workflow scheme project associations.

Not sure about using workflowId, the only one I know is searching by workflow name (which should be returned by the previous API above). Check Get workflows paginated and expand statuses if that works for your use case.

Cheers,
Ian

1 Like