Interface IssueTypeService
- All Known Implementing Classes:
IssueTypeServiceImpl
public interface IssueTypeService
Service layer for conveniently accessing the GreenHopper predefined
IssueType objects.-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.issue.issuetype.IssueTypegetIssueType(IssueTypePrototype typePrototype) getIssueTypeId(IssueTypePrototype typePrototype) com.atlassian.jira.issue.issuetype.IssueTypecom.atlassian.jira.issue.issuetype.IssueTypebooleanhasIssueTypeId(IssueTypePrototype typePrototype)
-
Method Details
-
getOrCreateEpicIssueType
com.atlassian.jira.issue.issuetype.IssueType getOrCreateEpicIssueType() -
getOrCreateStoryIssueType
com.atlassian.jira.issue.issuetype.IssueType getOrCreateStoryIssueType() -
hasIssueTypeId
-
getIssueType
-
getIssueTypeId
-