Interface IssueType

All Superinterfaces:
Comparable, IssueConstant, Named, NamedWithDescription
All Known Implementing Classes:
IssueTypeImpl, MockIssueType

@PublicApi public interface IssueType extends IssueConstant
  • Method Details

    • isSubTask

      boolean isSubTask()
    • getAvatar

      @Nullable Avatar getAvatar()
      Get avatar assigned to this IssueType. Link to avatar will be automatically assigned to property iconUrl.

      When all issue constants will have avatars it should be moved into IssueConstant.

      Returns:
      avatar or null if this item has no avatar assigned.