Retrieve Jira Server Target instance data
GET/targets/:id/integrations/jira-server/
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
auto_sync boolean
auto_sync_closed boolean
project_id stringrequired
issue_type_id stringrequired
status_mapping
object
nullable
property name* anynullable
priority_mapping
object
nullable
property name* anynullable
{
"auto_sync": true,
"auto_sync_closed": false,
"project_id": "string",
"issue_type_id": "string",
"status_mapping": {},
"priority_mapping": {}
}
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...