REST API does not update filter owner

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: High
    • 9.10.0
    • Affects Version/s: 7.13.3
    • Component/s: REST API
    • 7.13
    • 9
    • Severity 3 - Minor
    • 23
    • Hide
      Atlassian Update – 15 May 2023

      Hi everyone,

      We're happy to announce that this issue will be fixed in 9.10.0 release.

      Kamil Cichy
      Senior Software Engineer

      Show
      Atlassian Update – 15 May 2023 Hi everyone, We're happy to announce that this issue will be fixed in 9.10.0 release. Kamil Cichy Senior Software Engineer

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      PUT calls to the filter REST endpoint return no errors, but the filter owner is unchanged. The owner attribute is included in the documented schema.

      e.g.

      #  Instance class passes necessary headers, etc.
      data = json.dumps({'owner': {'name': 'sample'}})
      request = instance.put("/rest/api/2/filter/10106", data=data)
      print request.content #  No change
      

            Assignee:
            Kamil Cichy (Inactive)
            Reporter:
            StephenG
            Votes:
            37 Vote for this issue
            Watchers:
            32 Start watching this issue

              Created:
              Updated:
              Resolved: