Create Custom Field
Creates a custom field.
Permissions required: Administer Jira global permission.
External Documentation
To learn more, visit the Jira documentation.
Basic Parameters
Parameter | Description |
---|---|
Description | The description of the custom field, which is displayed in Jira. |
Name | The name of the custom field, which is displayed in Jira. This is not the unique identifier. |
Type | The type of the custom field. These built-in custom field types are available:
ari☁️ecosystem::extension/e62f20a2-4b61-4dbe-bfb9-9a88b5e3ac84/548c5df1-24aa-4f7c-bbbb-3038d947cb05/static/my-cf-type-key . |
Advanced Parameters
Parameter | Description |
---|---|
Searcher Key | The searcher defines the way the field is searched in Jira. For example, com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher.The search UI (basic search and JQL search) will display different operations and values for the field, based on the field searcher. You must specify a searcher that is valid for the field type, as listed below (abbreviated values shown):
|
Example Output
{
"clauseNames": [
"cf[10101]",
"New custom field"
],
"custom": true,
"id": "customfield_10101",
"key": "customfield_10101",
"name": "New custom field",
"navigable": true,
"orderable": true,
"schema": {
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:project",
"customId": 10101,
"type": "project"
},
"searchable": true,
"untranslatedName": "New custom field"
}
Workflow Library Example
Create Custom Field with Jira and Send Results Via Email
Preview this Workflow on desktop