Create jira for recommendation
Request body containing CCMJiraDetails
Bad Request
Internal server error
Returns a created CCMJiraDetails object with all the jira details
{- "recommendationId": "string",
- "resourceType": "WORKLOAD",
- "connectorRef": "string",
- "projectKey": "string",
- "issueType": "string",
- "fields": {
- "property1": "string",
- "property2": "string"
}
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}