CreateCustomField
Use this stored procedure to create a new custom field.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the custom field, which is displayed in the UI. This is not the unique identifier. |
| Description | String | False | The description of the custom field, which is displayed in the UI. |
| Type | String | True | The type of the custom field. For example, com.atlassian.jira.plugin.system.customfieldtypes:grouppicker. |
| SearcherKey | String | True | The searcher defines the way the field is searched in Jira. For example, com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher. |
Result Set Columns
| Name | Type | Description |
| Id | String | Unique identifier of the new custom field. |
| Key | String | Unique identifier of the new custom field. |
| Name | String | Name of the new custom field. |