Jira
Update Issue Templates
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Jira
Update Issue Templates
Update Issue Templates
PUT
/
integrations
/
jira
/
issuetemplates
/
{id}
curl --request PUT \
--url https://use.hoop.dev/api/integrations/jira/issuetemplates/{id} \
--header 'Content-Type: application/json' \
--data '{
"cmdb_types": {},
"connection_ids": [
"<string>"
],
"description": "<string>",
"issue_transition_name_on_close": "done",
"mapping_types": {},
"name": "<string>",
"project_key": "<string>",
"prompt_types": {},
"request_type_id": "<string>"
}'
{
"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
The id of the resource
Body
application/json
The request body resource
The body is of type object
.
Response
201
application/json
Created
The response is of type object
.
curl --request PUT \
--url https://use.hoop.dev/api/integrations/jira/issuetemplates/{id} \
--header 'Content-Type: application/json' \
--data '{
"cmdb_types": {},
"connection_ids": [
"<string>"
],
"description": "<string>",
"issue_transition_name_on_close": "done",
"mapping_types": {},
"name": "<string>",
"project_key": "<string>",
"prompt_types": {},
"request_type_id": "<string>"
}'
{
"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>"
}