-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
2
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Scenario
Currently /rest/api/2/workflow/{id}/properties is not working. According to https://ecosystem.atlassian.net/browse/ACJIRA-688, this endpoint doesn't exist. Instead, there exists another endpoint for retrieving Workflow Transition Properties:
/rest/api/2/workflow/transitions/{transitionId}/properties
Suggestion
There should be an endpoint for Workflow Step Properties as well, which is currently not available.
Notes
This endpoint would enable developers and apps to setup an Approval step to a workflow status. An API to setup the Approval step directly might be a desirable alternative.
- incorporates
-
JRACLOUD-62019 /rest/api/2/workflow should return Workflow IDs
- Closed
- is related to
-
JRASERVER-62042 Add a REST endpoint for Workflow Step Properties
- Gathering Interest
- relates to
-
JRACLOUD-59073 Missing documented workflow properties rest api.
- Closed
- causes
-
DEVHELP-6058 Loading...