Skip to end of banner
Go to start of banner

addFilterPermission

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

See also: Actions

Description

Add a share permission to a filter. Identify the share permission by type and value parameters. Supported types are anyone (or global), any (or loggedin), user, group, project and projectRole. Use anyone or global type for all (including anonymous) users. Use any or loggedin type for all authenticated users. Alternatively, specify one of the project, role, group, or userId parameters to add their respective type (project, projectRole, group, or user) without specify type. Note that user type is only supported by jria cloud. Use permission parameter to specify view or edit permission. The default permession value is view. Note anyone (or global) and any (or loggedin) types can only have view permission. For jira cloud, only the filter owner has edit permission, all others will only have view permission.

Required Parameters

filter, (type or userId or group or project or role)

Optional Parameters

permission, value, continue

Type

Create

Category

Filters

Output Formats

Replacement Variables

filter, filterId, permissionId

Hostingcloud,server,datacenter
Since Version9.9

Examples

addFilterPermission

Related How To's

  • No labels