jira.js
    Preparing search index...

    Function updateCustomFieldContext

    • Updates a custom field context.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { contextId: number; description?: string; fieldId: string; name?: string }
        • contextId: number

          The ID of the context.

        • Optionaldescription?: string

          The description of the custom field context. The maximum length is 255 characters.

        • fieldId: string

          The ID of the custom field.

        • Optionalname?: string

          The name of the custom field context. The name must be unique. The maximum length is 255 characters.

      • Optionaloptions: RequestOptions

      Returns Promise<void>