Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-60899

REST API does not update filter owner

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • 9.10.0
    • 7.13.3
    • 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
      

            kcichy Kamil Cichy
            f8a631bf8bd2 StephenG
            Votes:
            37 Vote for this issue
            Watchers:
            32 Start watching this issue

              Created:
              Updated:
              Resolved: