Class GlobalShareType

java.lang.Object
com.atlassian.jira.sharing.type.AbstractShareType
com.atlassian.jira.sharing.type.GlobalShareType
All Implemented Interfaces:
ShareType

public class GlobalShareType extends AbstractShareType
Implementation of the ShareType that allows a SharedEntity to be shared with all users on a JIRA instance. This includes the sharing with the anonymous user. This contrasts with the AuthenticatedUserShareType that restricts the shared entity to be visible only to logged in users.
Since:
v3.13