FilterSharingApi class

Jira Cloud platform REST API documentation

Constructors

FilterSharingApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSharePermission({required int id, required SharePermissionInputBean body}) Future<List<SharePermission>>
Add a share permissions to a filter. If you add a global share permission (one for all logged-in users or the public) it will overwrite all share permissions for the filter.
deleteSharePermission({required int id, required int permissionId}) Future<void>
Deletes a share permission from a filter.
getDefaultShareScope() Future<DefaultShareScope>
Returns the default sharing settings for new filters and dashboards for a user.
getSharePermission({required int id, required int permissionId}) Future<SharePermission>
Returns a share permission for a filter. A filter can be shared with groups, projects, all logged-in users, or the public. Sharing with all logged-in users or the public is known as a global share permission.
getSharePermissions(int id) Future<List<SharePermission>>
Returns the share permissions for a filter. A filter can be shared with groups, projects, all logged-in users, or the public. Sharing with all logged-in users or the public is known as a global share permission.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDefaultShareScope({required DefaultShareScope body}) Future<DefaultShareScope>
Sets the default sharing for new filters and dashboards for a user.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited