-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
User Problem
Currently, the REST API Create Issue does not have the Status field details as a possible child property returned for a 201 (Created) response:
- Hide child properties id string key string self string transition NestedResponse watchers Nested Response
Suggested Solutions
The Status details would be included as a child property in the HTTP 201 responses.
Current Workarounds
In order to gather this information, a subsequent call to endpoint Get Issue, using the ID returned on this API as a parameter has to be made, duplicating the customer's efforts.