Skip to main content
PUT
Update Issue Templates

Path Parameters

id
string
required

The id of the resource

Body

application/json

The request body resource

name
string
required

The name of the template

project_key
string
required

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

request_type_id
string
required

The request type that will be associated to the issue

cmdb_types
object

Cmdb Types are custom fields integrated with the Jira Assets API

connection_ids
string[]

The connection IDs to associate with this template

description
string

The description of the template

issue_transition_name_on_close
string
default:done

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

mapping_types
object

The automated fields that will be sent when creating the issue. There're two types

  • preset: obtain the value from a list of available fields that could be propagated The list of available preset values are:

  • custom: use a custom static value

prompt_types
object

The prompt fields that will be show to user before executing a session

Response

Created

cmdb_types
object
connection_ids
string[]

The connection IDs associated with this template

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