Actions
User story #3952
closedManage Change Request through REST API
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
As other parts of the webapp, we need to be able to act on change request through the API.
Functions needed :
- List change requests /api/changeRequests- parameters : state of change requests to see
- individual states : Pending Validation, Pending Deployment, Deployed, Cancelled
- multiple states : Open (Pending ...), Close (the other), All
- Default Value : Open => like when you look at change requests page
- See a change request Detail : /api/changeRequests/id
- no parameters
- display possible actions.
- Accept it :
- parameters : action, deploy immediatly or send to pending deploy
- Decline it
-( no parameters
Actions