GET
/
integrations
/
jira
/
issuetemplates
/
{id}
curl --request GET \
  --url https://use.hoop.dev/api/integrations/jira/issuetemplates/{id}
{
  "cmdb_types": {},
  "connection_ids": [
    "<string>"
  ],
  "created_at": "<string>",
  "description": "<string>",
  "id": "<string>",
  "issue_transition_name_on_close": "done",
  "mapping_types": {},
  "name": "<string>",
  "project_key": "<string>",
  "prompt_types": {},
  "request_type_id": "<string>",
  "updated_at": "<string>"
}

Path Parameters

id
string
required

The id of the resource

Response

200
application/json
OK

The response is of type object.