GET
/
integrations
/
jira
/
issuetemplates
curl --request GET \
  --url https://use.hoop.dev/api/integrations/jira/issuetemplates
[
  {
    "cmdb_types": {},
    "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>"
  }
]

Response

200
application/json
OK
cmdb_types
object
created_at
string

The time when the template was created

description
string

The description of the template

id
string

The unique identifier of the integration

issue_transition_name_on_close
string

The name of the issue transition to change the state of the issue when the session closes

Example:

"done"

mapping_types
object
name
string

The name of the template

project_key
string

The project key which is the shortand version of the project's name

prompt_types
object
request_type_id
string

The request type id that will be associated to the issue

updated_at
string

The time when the template was updated