Skip to end of banner
Go to start of banner

How to remove options from a custom field using Jira CLI

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This article explains how to remove one or more options of a custom field in Jira using Jira Command Line Interface (CLI)

Instructions

  1. From CLI V9.3.0, The custom field options can be removed using removeCustomFieldOptions action.
  2. In this example, a select list field is used named "input" which has options 1, 2, and 3. The screenshot below shows the "input" custom field configuration.
  3. Execute the below action to delete the custom field option "2" from the list of options.

    --action removeCustomFieldOptions --field "input" --options "2"
  4. Login to Jira and check the verify the custom field configuration, the option will be removed as shown in the screenshot below.

The action works only on the custom fields that allows configuration of options.



  • No labels