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

Clear Resolution value via REST API

XMLWordPrintable

    • 10
    • 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.

      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
      }
      

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

                Created:
                Updated: