Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-60274

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

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: