|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IssueType in com.atlassian.jira.bc.config |
|---|
| Methods in com.atlassian.jira.bc.config that return types with arguments of type IssueType | |
|---|---|
ServiceOutcome<IssueType> |
ConstantsService.getIssueTypeById(User user,
String issueTypeId)
Returns a ServiceOutcome containing the IssueType that has the given id. |
ServiceOutcome<IssueType> |
ConstantsService.getIssueTypeById(com.atlassian.crowd.embedded.api.User user,
String issueTypeId)
Returns a ServiceOutcome containing the IssueType that has the given id. |
| Uses of IssueType in com.atlassian.jira.bc.subtask.conversion |
|---|
| Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type IssueType | |
|---|---|
boolean |
IssueConversionService.isStatusChangeRequired(JiraServiceContext context,
Issue issue,
IssueType issueType)
Determines if the workflow status exists in the target workflow (based on current project and target issue type). |
void |
IssueConversionService.validateTargetIssueType(JiraServiceContext context,
Issue issue,
IssueType issueType,
String fieldNameIssueTypeId)
Validates that the issue can be converted to given issue type. |
void |
IssueConversionService.validateTargetStatus(JiraServiceContext context,
Status status,
String fieldName,
Issue issue,
IssueType issueType)
Validates that the target status is a valid status for the issue's project and the target issue type. |
| Uses of IssueType in com.atlassian.jira.config |
|---|
| Methods in com.atlassian.jira.config that return IssueType | |
|---|---|
IssueType |
ConstantsManager.getIssueTypeObject(String id)
Given an IssueType ID this method retrieves that IssueType. |
| Methods in com.atlassian.jira.config that return types with arguments of type IssueType | |
|---|---|
Collection<IssueType> |
ConstantsManager.getAllIssueTypeObjects()
Returns a list of IssueTypes. |
Collection<IssueType> |
ConstantsManager.getRegularIssueTypeObjects()
Retrieve regular (non-subtask) issue types. |
Collection<IssueType> |
SubTaskManager.getSubTaskIssueTypeObjects()
Retrieves all the sub-task issue types |
Collection<IssueType> |
ConstantsManager.getSubTaskIssueTypeObjects()
Retrieves all the sub-task issue types |
| Uses of IssueType in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue that return IssueType | |
|---|---|
IssueType |
Issue.getIssueTypeObject()
Gets the IssueType for this Issue. |
| Uses of IssueType in com.atlassian.jira.issue.context |
|---|
| Methods in com.atlassian.jira.issue.context that return IssueType | |
|---|---|
IssueType |
IssueContext.getIssueTypeObject()
Gets the IssueType for this IssueContext. |
| Uses of IssueType in com.atlassian.jira.issue.fields.config.manager |
|---|
| Methods in com.atlassian.jira.issue.fields.config.manager that return IssueType | |
|---|---|
IssueType |
IssueTypeSchemeManager.getDefaultValue(FieldConfig config)
Returns the IssueType object that is the default for thie configuration |
IssueType |
IssueTypeSchemeManager.getDefaultValue(org.ofbiz.core.entity.GenericValue project)
Returns the default IssueType object based on the passed in project. |
IssueType |
IssueTypeSchemeManager.getDefaultValue(Issue issue)
|
| Methods in com.atlassian.jira.issue.fields.config.manager that return types with arguments of type IssueType | |
|---|---|
Collection<IssueType> |
IssueTypeSchemeManager.getIssueTypesForDefaultScheme()
Return the collection of issue types associated with the default scheme. |
Collection<IssueType> |
IssueTypeSchemeManager.getIssueTypesForProject(org.ofbiz.core.entity.GenericValue project)
Deprecated. Use of GenericValue is discouraged. Deprecated since: 3.9. Use IssueTypeSchemeManager.getIssueTypesForProject(Project) instead. |
Collection<IssueType> |
IssueTypeSchemeManager.getIssueTypesForProject(Project project)
Return the collection of issue types associated with this project |
Collection<IssueType> |
IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project)
Return the collection of issue types other than sub-tasks associated with this project. |
Collection<IssueType> |
IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project)
Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project)
produces the same result as a call to
IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project). |
| Uses of IssueType in com.atlassian.jira.issue.fields.layout.field |
|---|
| Methods in com.atlassian.jira.issue.fields.layout.field that return IssueType | |
|---|---|
IssueType |
FieldLayoutSchemeEntity.getIssueTypeObject()
|
| Uses of IssueType in com.atlassian.jira.project |
|---|
| Methods in com.atlassian.jira.project that return types with arguments of type IssueType | |
|---|---|
Collection<IssueType> |
Project.getIssueTypes()
|
| Uses of IssueType in com.atlassian.jira.web.action.util |
|---|
| Methods in com.atlassian.jira.web.action.util that return types with arguments of type IssueType | |
|---|---|
List<IssueType> |
PopularIssueTypesUtil.PopularIssueTypesHolder.getOtherIssueTypes()
|
List<IssueType> |
PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context. |
List<IssueType> |
PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project,
User user)
Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context. |
List<IssueType> |
PopularIssueTypesUtil.PopularIssueTypesHolder.getPopularIssueTypes()
|
List<IssueType> |
PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame. |
List<IssueType> |
PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project,
User user)
Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame. |
| Constructor parameters in com.atlassian.jira.web.action.util with type arguments of type IssueType | |
|---|---|
PopularIssueTypesUtil.PopularIssueTypesHolder(List<IssueType> popularIssueTypes,
List<IssueType> otherIssueTypes)
|
|
PopularIssueTypesUtil.PopularIssueTypesHolder(List<IssueType> popularIssueTypes,
List<IssueType> otherIssueTypes)
|
|
| Uses of IssueType in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return IssueType | |
|---|---|
abstract IssueType |
BulkEditBean.getTargetIssueTypeObject()
|
| Methods in com.atlassian.jira.web.bean that return types with arguments of type IssueType | |
|---|---|
abstract Collection<IssueType> |
BulkEditBean.getIssueTypeObjects()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||