Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-60274

Provide disabled flag for /rest/api/2/customFieldOption/{id}

    • 9
    • 2
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Please add an attribute that communicates whether a custom field option is currently disabled.
      /rest/api/2/customFieldOption/

      {id}

      returns the option name/value. I would like to see something like the response shown here.

      // 20160321144230
      // http://localhost:8080/rest/api/2/customFieldOption/10104
      
      {
        "self": "http://localhost:8080/rest/api/2/customFieldOption/10104",
        "value": "A"
        "disabled":true
      }
      

      Relevant conversation at https://answers.atlassian.com/questions/242922/rest-api-for-custom-field-option-does-not-show-disabled-flag

          Form Name

            [JRASERVER-60274] Provide disabled flag for /rest/api/2/customFieldOption/{id}

              63999e271dab Pawel Cieszko
              a42d8cf64978 YesiS
              Votes:
              66 Vote for this issue
              Watchers:
              51 Start watching this issue

                Created:
                Updated:
                Resolved: