Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admUnshareFilteradmShareFilter(filterId, sharePermIdrights, sharePerm)

Package

adm

Alias

Pkg Usage

[use adm; unshareFiltershareFilter(filterId, sharePermIdrights, sharePerm);]

Description

Excerpt
hiddentrue
Un- Shares a filter.

Un-shares a filter. Removes the share by id. You will find the shares in the filter structure (including their ids)Shares a filter. Share types may be 'project', 'projectRole', 'user', 'group', 'loggedin', 'global'.
The value of the share must reflect either the user id, group id or project key, or an array, pipe separated, of project key and role id.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

filterId

int

Yes

The filter id

sharePermIdrights

int

Yes

The rights. 1 means share permission id.. There's not much documentation in Atlassian API about this

sharePerm

JSharePermission

Yes

The grantee

Return Type

boolean

Example

Code Block
languagejs
admUnshareFilterJFilter f = admGetFilterByName(name)[0];
    JSharePermission perm;
    perm.type="project";
    perm.object="TEST";
    
    admShareFilter(f.id, 1, perm);
    
    perm.type="group";
    perm.object="site-admins";
    admShareFilter(f.id, 1, 10035perm);

Un-Shares the filter with some share perm given idthe project and the group

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "filter_functionroutine" and space = currentSpace ( )
labelsarray_functionsroutines

We've encountered an issue exporting this macro. Please try exporting this page again later.