| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.fields.CommentVisibility |
Represents the visibility of the comment to roles or groups of users.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets a commentLevel string out of a map and then will tell you if the
provided param is a role or group level visiblity param.
| |||||||||||
Digests the passed in commentLevel string, will look something like
'role:ProjectRole' or 'group:jira-users'.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the group level from the commentLevel if it is of type group, null
otherwise.
| |||||||||||
Gets the role level from the commentLevel if it is of type role, null
otherwise.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets a commentLevel string out of a map and then will tell you if the provided param is a role or group level visiblity param.
Digests the passed in commentLevel string, will look something like 'role:ProjectRole' or 'group:jira-users'.
Gets the group level from the commentLevel if it is of type group, null otherwise.
Gets the role level from the commentLevel if it is of type role, null otherwise.

