-
Bug
-
Resolution: Fixed
-
High (View bug fix roadmap)
-
7.13.3
-
7.13
-
9
-
Severity 3 - Minor
-
23
-
-
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 view change the sharePermissions & editPermissions for private filters & private dashboards via REST API
- Future Consideration
-
MLP-107 You do not have permission to view this issue
-
MNSTR-3793 You do not have permission to view this issue
- is duplicated by
-
GRD-4970 You do not have permission to view this issue
REST API does not update filter owner
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 view 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...