---
title: "updateIssueTypeScheme"
canonical: "https://support.appfire.com/space/JCLI/70790395/updateIssueTypeScheme"
format: markdown
---
> Macro (aura-html)

See also: [Actions](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70787366)

> Macro (details)
> 
> | **Description** | Similar to createIssueTypeScheme. Use the issueTypeScheme parameter to identify an existing scheme to update and the name parameter to provide a new name if desired. The issueType parameter is a comma separated list of issue type names or ids that are added to the scheme. Use @all to add all available issue types to the scheme. Use the defaultIssueType parameter to set the default issue type for the scheme. |
> | --- | --- |
> | **Required Parameters** | [issueTypeScheme](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70789740) |
> | **Optional Parameters** | [description](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70785189), [issueType](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70789776), [defaultIssueType](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/263029729) |
> | **Type** | [Update](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70780909/Action+Types#ActionTypes-Update) |
> | **Category** | [Issue Types](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70780591/Action+Categories#ActionCategories-IssueTypes) |
> | **Output Formats** |  |
> | **Replacement Variables** |  |
> | **Hosting** | cloud,server,datacenter |
> | **Since Version** | 9.4 |
> | **Examples** | [updateIssueTypeScheme](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70782732/Examples#Examples-updateIssueTypeScheme) |

## Related How To's

> Macro (cql-query)