@PublicApi
public interface ManagedIssueTypesService
Note: Under normal circumstances all methods should return a valid outcome. A successful result is not guaranteed though, so always check the outcome for errors first.
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.jira.bc.ServiceOutcome<com.atlassian.jira.issue.issuetype.IssueType> |
getEpicIssueType()
Get the default epic issue type.
|
com.atlassian.jira.bc.ServiceOutcome<com.atlassian.jira.issue.issuetype.IssueType> |
getStoryIssueType()
Get the default story issue type.
|
com.atlassian.jira.bc.ServiceOutcome<com.atlassian.jira.issue.issuetype.IssueType> getStoryIssueType()
com.atlassian.jira.bc.ServiceOutcome<com.atlassian.jira.issue.issuetype.IssueType> getEpicIssueType()
Copyright © 2007–2025 Atlassian. All rights reserved.