Returns all workflows. The âlastModifiedDateâ is returned in Jira Complete Date/Time Format (dd/MMM/yy h:mm by default), but can also be returned as a relative date.
string
Returned if the currently authenticated user has administration permission. Contains a full representation of every workflow.
1
2
3
curl --request GET \
--url 'http://{baseurl}/rest/api/2/workflow' \
--user 'email@example.com:<api_token>'
Rate this page: