curl --request GET \
--url https://use.hoop.dev/api/integrations/jira/issuetemplates[
{
"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>"
}
]List Issue Templates
curl --request GET \
--url https://use.hoop.dev/api/integrations/jira/issuetemplates[
{
"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>"
}
]OK
Show child attributes
The connection IDs associated with this template
The time when the template was created
The description of the template
The unique identifier of the integration
The name of the issue transition to change the state of the issue when the session closes
"done"
Show child attributes
The name of the template
The project key which is the shortand version of the project's name
Show child attributes
The request type id that will be associated to the issue
The time when the template was updated
Was this page helpful?