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

Clear Resolution value via REST API

    XMLWordPrintable

Details

    • 6
    • 14
    • 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

      At this time the only way to clear a field resolution would be by adding a post-function in a workflow that does that as referred on the following article:

      Nowadays, we can edit the resolution via REST API but we can't clear its value. It would be nice to have the option to clear the value via REST API.

      Suggestion

      "fields": {
          "resolution": { "name": "" }
      }
      

      Or even by simply setting as null.

      "fields": {
           "resolution": null
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            tbehm@atlassian.com Thiago Behm.
            Votes:
            88 Vote for this issue
            Watchers:
            45 Start watching this issue

            Dates

              Created:
              Updated: