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
- relates to
-
JRASERVER-41269 Allow administrators to manage private filters, subscriptions and dashboards owned by other users
- Closed
-
JRACLOUD-60899 As a Jira administrator I cannot change the sharePermissions & editPermissions for private filters & private dashboards via REST API
- Future Consideration
-
MLP-107 Loading...
-
MNSTR-3793 Loading...
- is duplicated by
-
GRD-4970 Loading...