Issue Summary
parentId (Epic) is a mandatory field in Capabilities (UI and API), but the Swagger Schema doesn't reflect that.
Steps to Reproduce
- Go to
{URL}
/rest/align/api/docs/index.html
- Expand schema AgileCraft.Services.Models.Capabilities.CapabilityDto
- parentId doesn't have the required attribute
Expected Results
parentId shows the required attribute
Actual Results
parentId doesn't have the required attribute
Workaround
Ensure that you set the parentId when making API calls