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

XMLWordPrintable

    • 9
    • 2

      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

            Assignee:
            Pawel Cieszko
            Reporter:
            YesiS
            Votes:
            66 Vote for this issue
            Watchers:
            53 Start watching this issue

              Created:
              Updated:
              Resolved: