Interface SimpleIssueType

All Superinterfaces:
NamedDefault
All Known Implementing Classes:
ProjectIssueTypeContextProvider.ProjectIssueType, SimpleIssueTypeImpl, WorkflowSchemeRestHelper.SimpleIssueType

public interface SimpleIssueType extends NamedDefault
Representation of an IssueType in ignite. This is basically an issue type with the additional NamedDefault.isDefault() flag.
Since:
v4.4
  • Method Details

    • getIconUrl

      String getIconUrl()
    • getDescription

      String getDescription()
    • getId

      String getId()
    • isSubTask

      boolean isSubTask()
    • isDefaultIssueType

      boolean isDefaultIssueType()
    • getConstant

      IssueType getConstant()