Interface IssueSecurityLevel
- All Known Implementing Classes:
IssueSecurityLevelImpl
@PublicApi
public interface IssueSecurityLevel
Defines an issue security level in JIRA.
- Since:
- v4.0
-
Method Details
-
getId
Long getId()- Returns:
- the unique identifier for this issue security level
-
getName
String getName()- Returns:
- the user provided name for this issue security level
-
getDescription
String getDescription()- Returns:
- the user provided description for this issue security level
-
getSchemeId
Long getSchemeId()- Returns:
- the unique identifier of the IssueSecurityScheme that this issue security level is associated with
-