---
title: "How to remove custom field options using field value Id"
canonical: "https://support.appfire.com/space/SUPPORT/89144560/How%20to%20remove%20custom%20field%20options%20using%20field%20value%20Id"
format: markdown
---
This article provides detailed steps on how to remove the custom field options with reference to custom field value Id using the Jira Command Line Interface(JCLI).

## Instructions:

<span style="color: #172b4d">Since Bobswift's CLI client version 9.4.0, we have a new feature that can remove custom field options using the custom field value Id.</span>

1. <span style="color: #172b4d">Using the below approaches, you can retrieve the option Id for the custom field value:</span>
  - **<span style="color: #172b4d">From Jira UI:</span>**
    - <span style="color: #172b4d">Navigate to </span>***<span style="color: #172b4d">Settings → Issues → Custom Fields</span>***<span style="color: #172b4d"> and search for the respective custom field and Click</span><span style="color: #172b4d"> </span>*<span style="color: #172b4d">Edit options</span>*<span style="color: #172b4d">.</span>  
> Macro (inline-media-image)
    - <span style="color: #172b4d">Hover on the </span>*<span style="color: #172b4d">Edit</span>*<span style="color: #172b4d"> options that you want to remove so that the Id gets populated at the bottom of the screen, as shown in the below screenshot:</span>  
> Macro (inline-media-image)

  
<span style="color: #172b4d">Or click on the edit option which you want to remove. In the URL, you can see the value for the option Id. In the below reference screenshot, option Id is 11601:</span>  
> Macro (inline-media-image)
  - <span style="color: #172b4d">**Using JIRA CLI:**</span>
    - <span style="color: #172b4d">Run the </span>*<span style="color: #172b4d">getCustomFieldOptionsList</span>*<span style="color: #172b4d"> action to get the field option values along with their IDs:</span>  
<span style="color: #172b4d">Action Command:</span>
      <span style="color: #172b4d">Output:</span>
2. <span style="color: #172b4d">Use the Id for options parameter for removing custom field options. In the below example, option Id 11601 refers to "\n".</span>
  By performing the above action command, the custom field value "\n" is removed from the field *Demo*.