Get an issue's parent

get

/issues/issues/v3/issues/{issueId}/parentissue

Return the parent of an issue.

Request

Path Parameters
Query Parameters
Header Parameters
Body ()
Root Schema : HttpServletResponse
Type: object
Show Source
Nested Schema : Locale
Type: object
Show Source
Nested Schema : ServletOutputStream
Type: object
Nested Schema : PrintWriter
Type: object
Nested Schema : extensionKeys
Type: array
Unique Items Required: true
Show Source
Nested Schema : unicodeLocaleAttributes
Type: array
Unique Items Required: true
Show Source
Nested Schema : unicodeLocaleKeys
Type: array
Unique Items Required: true
Show Source
Back to Top

Response

200 Response

Successful operation
Body ()
Root Schema : SingleRelatedResource
Type: object
Show Source
Nested Schema : item
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object

404 Response

Issue not found
Body ()
Root Schema : RestException
Type: object
Show Source
Nested Schema : Throwable
Type: object
Show Source
Nested Schema : stackTrace
Type: array
Show Source
Nested Schema : suppressed
Type: array
Show Source
Nested Schema : stackTrace
Type: array
Show Source
Nested Schema : suppressed
Type: array
Nested Schema : StackTraceElement
Type: object
Show Source

406 Response

Media type not acceptable
Body ()
Root Schema : RestException
Type: object
Show Source
Nested Schema : Throwable
Type: object
Show Source
Nested Schema : stackTrace
Type: array
Show Source
Nested Schema : suppressed
Type: array
Show Source
Nested Schema : stackTrace
Type: array
Show Source
Nested Schema : suppressed
Type: array
Nested Schema : StackTraceElement
Type: object
Show Source
Back to Top