-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
None
-
None
-
4
-
Severity 3 - Minor
-
1
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Scenario
Currently the REST endpoint /rest/api/2/workflow doesn't return Workflow IDs. This is inconvenient for users who would like to get the IDs for the related endpoints e.g. /rest/api/2/workflow/{id}/properties
Refer to https://docs.atlassian.com/jira/REST/server
Suggestion
Return Workflow IDs with /rest/api/2/workflow
Workflow IDs do not seem to be used anywhere in JIRA interface
Workaround
Currently it's only possible to get the Workflow IDs from the database:
select id, workflowname from jiraworkflows;
- is incorporated by
-
JRASERVER-62042 Add a REST endpoint for Workflow Step Properties
- Gathering Interest
- relates to
-
JRACLOUD-62019 /rest/api/2/workflow should return Workflow IDs
- Closed
-
JRASERVER-59073 Missing documented workflow properties rest api.
- Closed