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

Clear Resolution value via REST API

XMLWordPrintable

    • 22
    • 16

      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:
            98 Vote for this issue
            Watchers:
            52 Start watching this issue

              Created:
              Updated: