Skip to content

jira create-custom-field

Creates a custom field.

Description

Creates a custom field.

Synopsis

jira create-custom-field
    --site <site>
    --name <name>
    [--description <description>]
    --type <type>

Arguments

site - (string)

    
     Example: --site "site-1"
     Default: localhost:8081      Attributes: required

name - (string)

     name of custom field
     Example: --name "name-1"
     Default: _None_      Attributes: required

description - (string)

     description of custom field
     Example: --description "description-1"
     Default: _None_      Attributes: optional

type - (string)

     The type of the custom field.
     Example: --type "type-1"
     Default: _None_      Attributes: required

     Validation:
         allowed values: cascadingselect, datepicker, datetime, float, grouppicker, importid, labels, multicheckboxes, multigrouppicker, multiversion, project, radiobuttons, readonlyfield, select, textarea, textfield, url, userpicker, version

Examples

jira create-custom-field --name "name-1" --description "description-1" --type "type-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "create"
Service Type "jira"
Service Instance
Namespace
Object Type "fields"
Object ID

Please see Access Control for details.