-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
1
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? 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
-
JRACLOUD-62042 Add a REST endpoint for Workflow Step Properties
- Gathering Interest
- is related to
-
JRASERVER-62019 /rest/api/2/workflow should return Workflow IDs
- Gathering Impact
-
MIG-1905 JCMA to provide a post-migration report with the new/old IDs for workflow IDs
- Gathering Interest
- relates to
-
JRACLOUD-59073 Missing documented workflow properties rest api.
- Closed