Issue Summary
POST call towards /align/api/2/Features/<id>/copy renders HTTP 400 Bad Request
- Request URL
https://instance.jiraalign.com/rest/align/api/2/Features/<id>/copy
- Response Code:
400
- Responde Details:
Error: Bad Request
- Response Body:
Cannot copy feature with id <id>. The method or operation is not implemented.
Steps to Reproduce
- Browse to Swagger
- Authorize session
- Browse to Features, pick POST /align/api/2/Features/id/copy then expand
- Click Try out
- Type in Feature ID to be copied
- Click Execute blue button
- Notice the error code and respective message
Expected Results
- Feature is copied
Actual Results
- HTTP 400 Bad Request error message
Workaround
- Copy Feature work item via UI
- resolves
-
ALIGNSP-7791 Loading...