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

XMLWordPrintable

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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

              Assignee:
              Unassigned
              Reporter:
              YesiS
              Votes:
              14 Vote for this issue
              Watchers:
              16 Start watching this issue

                Created:
                Updated:
                Resolved: