Interface IssueTypeService

All Known Implementing Classes:
IssueTypeServiceImpl

public interface IssueTypeService
Service layer for conveniently accessing the GreenHopper predefined IssueType objects.
  • Method Details

    • getOrCreateEpicIssueType

      com.atlassian.jira.issue.issuetype.IssueType getOrCreateEpicIssueType()
    • getOrCreateStoryIssueType

      com.atlassian.jira.issue.issuetype.IssueType getOrCreateStoryIssueType()
    • hasIssueTypeId

      boolean hasIssueTypeId(IssueTypePrototype typePrototype)
    • getIssueType

      com.atlassian.jira.issue.issuetype.IssueType getIssueType(IssueTypePrototype typePrototype)
    • getIssueTypeId

      String getIssueTypeId(IssueTypePrototype typePrototype)