|
||||||||||
| 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> |
DefaultConstantsService.getIssueTypeById(User user,
String issueTypeId)
|
ServiceOutcome<IssueType> |
DefaultConstantsService.getIssueTypeById(com.atlassian.crowd.embedded.api.User user,
String issueTypeId)
|
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). |
boolean |
DefaultIssueConversionService.isStatusChangeRequired(JiraServiceContext context,
Issue issue,
IssueType issueType)
|
void |
IssueConversionService.validateTargetIssueType(JiraServiceContext context,
Issue issue,
IssueType issueType,
String fieldNameIssueTypeId)
Validates that the issue can be converted to given issue type. |
void |
DefaultSubTaskToIssueConversionService.validateTargetIssueType(JiraServiceContext context,
Issue issue,
IssueType issueType,
String fieldNameIssueTypeId)
|
void |
DefaultIssueToSubTaskConversionService.validateTargetIssueType(JiraServiceContext context,
Issue issue,
IssueType issueType,
String fieldNameIssueTypeId)
|
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. |
void |
DefaultIssueConversionService.validateTargetStatus(JiraServiceContext context,
Status status,
String fieldName,
Issue issue,
IssueType issueType)
|
| 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. |
IssueType |
DefaultConstantsManager.getIssueTypeObject(String id)
|
| 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> |
DefaultConstantsManager.getAllIssueTypeObjects()
|
Collection<IssueType> |
ConstantsManager.getRegularIssueTypeObjects()
Retrieve regular (non-subtask) issue types. |
Collection<IssueType> |
DefaultConstantsManager.getRegularIssueTypeObjects()
|
Collection<IssueType> |
ConstantsManager.getSubTaskIssueTypeObjects()
Retrieves all the sub-task issue types |
Collection<IssueType> |
SubTaskManager.getSubTaskIssueTypeObjects()
Retrieves all the sub-task issue types |
Collection<IssueType> |
DefaultSubTaskManager.getSubTaskIssueTypeObjects()
|
Collection<IssueType> |
DefaultConstantsManager.getSubTaskIssueTypeObjects()
|
| Constructors in com.atlassian.jira.config with parameters of type IssueType | |
|---|---|
IssueTypeProxy(IssueType issueType)
|
|
| Uses of IssueType in com.atlassian.jira.imports.project.util |
|---|
| Methods in com.atlassian.jira.imports.project.util that return IssueType | |
|---|---|
IssueType |
IssueTypeImportHelper.getIssueTypeForName(String name)
Returns the IssueType, in the current system, with the given name. |
| Methods in com.atlassian.jira.imports.project.util with parameters of type IssueType | |
|---|---|
boolean |
IssueTypeImportHelper.isMappingValid(IssueType newIssueType,
String projectKey,
boolean oldIssueTypeIsSubTask)
Checks to see that the issue type is valid for the provided project key and that its subtask-ness matches the old issue type. |
| 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. |
IssueType |
AbstractIssue.getIssueTypeObject()
|
| 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. |
IssueType |
ProjectContext.getIssueTypeObject()
|
IssueType |
ProjectCategoryContext.getIssueTypeObject()
|
IssueType |
LazyIssueContext.getIssueTypeObject()
|
IssueType |
IssueContextImpl.getIssueTypeObject()
|
IssueType |
GlobalIssueContext.getIssueTypeObject()
|
| Uses of IssueType in com.atlassian.jira.issue.fields.config.manager |
|---|
| Methods in com.atlassian.jira.issue.fields.config.manager that return IssueType | |
|---|---|
IssueType |
IssueTypeSchemeManagerImpl.getDefaultValue(FieldConfig config)
|
IssueType |
IssueTypeSchemeManager.getDefaultValue(FieldConfig config)
Returns the IssueType object that is the default for thie configuration |
IssueType |
IssueTypeSchemeManagerImpl.getDefaultValue(org.ofbiz.core.entity.GenericValue project)
Returns the default IssueType for a project. |
IssueType |
IssueTypeSchemeManager.getDefaultValue(org.ofbiz.core.entity.GenericValue project)
Returns the default IssueType object based on the passed in project. |
IssueType |
IssueTypeSchemeManagerImpl.getDefaultValue(Issue issue)
|
IssueType |
IssueTypeSchemeManager.getDefaultValue(Issue issue)
|
| Methods in com.atlassian.jira.issue.fields.config.manager that return types with arguments of type IssueType | |
|---|---|
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getIssueTypesForDefaultScheme()
|
Collection<IssueType> |
IssueTypeSchemeManager.getIssueTypesForDefaultScheme()
Return the collection of issue types associated with the default scheme. |
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getIssueTypesForProject(org.ofbiz.core.entity.GenericValue project)
|
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getIssueTypesForProject(Project project)
|
Collection<IssueType> |
IssueTypeSchemeManager.getIssueTypesForProject(Project project)
Return the collection of issue types associated with this project |
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getNonSubTaskIssueTypesForProject(Project project)
|
Collection<IssueType> |
IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project)
Return the collection of issue types other than sub-tasks associated with this project. |
Collection<IssueType> |
IssueTypeSchemeManagerImpl.getSubTaskIssueTypesForProject(Project 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). |
| Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type IssueType | |
|---|---|
Collection |
FieldConfigSchemeManagerImpl.getInvalidFieldConfigSchemesForIssueTypeRemoval(IssueType issueType)
|
Collection |
FieldConfigSchemeManager.getInvalidFieldConfigSchemesForIssueTypeRemoval(IssueType issueType)
Returns a collection of FieldConfigSchemes for all Configuration
Contexts that will become invalid after the issuetype has been removed. |
void |
FieldConfigSchemeManagerImpl.removeInvalidFieldConfigSchemesForIssueType(IssueType issueType)
|
void |
FieldConfigSchemeManager.removeInvalidFieldConfigSchemesForIssueType(IssueType issueType)
Given an issueType, this method will correctly remove the fieldConfigSchemes if necessary. |
| Uses of IssueType in com.atlassian.jira.issue.fields.config.persistence |
|---|
| Methods in com.atlassian.jira.issue.fields.config.persistence with parameters of type IssueType | |
|---|---|
Collection<FieldConfigScheme> |
FieldConfigSchemePersisterImpl.getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType)
|
Collection<FieldConfigScheme> |
FieldConfigSchemePersister.getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType)
Returns a collection of the FieldConfigSchemes that will be made invalid if the issueType is
removed (that is the FieldConfigScheme would no longer be bound to ANY issue types). |
void |
FieldConfigSchemePersisterImpl.removeByIssueType(IssueType issueType)
|
void |
FieldConfigSchemePersister.removeByIssueType(IssueType issueType)
Removes FieldConfigScheme associations for the given issue type. |
| 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()
|
IssueType |
FieldLayoutSchemeEntityImpl.getIssueTypeObject()
|
| Uses of IssueType in com.atlassian.jira.issue.fields.screen.issuetype |
|---|
| Methods in com.atlassian.jira.issue.fields.screen.issuetype that return IssueType | |
|---|---|
IssueType |
IssueTypeScreenSchemeEntityImpl.getIssueTypeObject()
|
IssueType |
IssueTypeScreenSchemeEntity.getIssueTypeObject()
|
| Uses of IssueType in com.atlassian.jira.issue.issuetype |
|---|
| Classes in com.atlassian.jira.issue.issuetype that implement IssueType | |
|---|---|
class |
IssueTypeImpl
|
| Uses of IssueType in com.atlassian.jira.issue.search.searchers.transformer |
|---|
| Uses of IssueType in com.atlassian.jira.jql.resolver |
|---|
| Methods in com.atlassian.jira.jql.resolver that return types with arguments of type IssueType | |
|---|---|
Collection<IssueType> |
IssueTypeResolver.getAll()
|
| Uses of IssueType in com.atlassian.jira.mail |
|---|
| Methods in com.atlassian.jira.mail that return IssueType | |
|---|---|
IssueType |
TemplateIssue.getIssueTypeObject()
|
| Uses of IssueType in com.atlassian.jira.plugin.report.impl |
|---|
| Methods in com.atlassian.jira.plugin.report.impl that return IssueType | |
|---|---|
IssueType |
ReportIssue.getIssueType()
|
| Uses of IssueType in com.atlassian.jira.rest.v2.issue |
|---|
| Methods in com.atlassian.jira.rest.v2.issue with parameters of type IssueType | |
|---|---|
IssueTypeBeanBuilder |
IssueTypeBeanBuilder.issueType(IssueType issueType)
Sets the issue type. |
| Uses of IssueType in com.atlassian.jira.web.action.admin.issuetypes |
|---|
| Methods in com.atlassian.jira.web.action.admin.issuetypes that return IssueType | |
|---|---|
protected IssueType |
DeleteIssueType.getIssueTypeObject()
|
| Uses of IssueType in com.atlassian.jira.web.action.browser |
|---|
| Methods in com.atlassian.jira.web.action.browser that return types with arguments of type IssueType | |
|---|---|
Collection<IssueType> |
BrowseVersion.getOtherIssueTypes()
|
Collection<IssueType> |
BrowseProject.getOtherIssueTypes()
|
Collection<IssueType> |
BrowseComponent.getOtherIssueTypes()
|
Collection<IssueType> |
BrowseVersion.getPopularIssueTypes()
|
Collection<IssueType> |
BrowseProject.getPopularIssueTypes()
|
Collection<IssueType> |
BrowseComponent.getPopularIssueTypes()
|
| Uses of IssueType in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue that return types with arguments of type IssueType | |
|---|---|
Collection<IssueType> |
MoveIssueSubtasks.getMigrateIssueTypes()
|
Collection<IssueType> |
MoveIssueSubtasks.getProjectSubtaskIssueTypes()
|
| Uses of IssueType in com.atlassian.jira.web.action.util |
|---|
| Methods in com.atlassian.jira.web.action.util that return IssueType | |
|---|---|
IssueType |
ShowConstantsHelp.getIssueType(String id)
|
| Methods in com.atlassian.jira.web.action.util that return types with arguments of type IssueType | |
|---|---|
List<IssueType> |
PopularIssueTypesUtil.PopularIssueTypesHolder.getOtherIssueTypes()
|
List<IssueType> |
PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<IssueType> |
PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project,
User user)
|
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> |
PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project,
com.atlassian.crowd.embedded.api.User user)
|
List<IssueType> |
PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project,
User user)
|
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()
|
IssueType |
BulkEditBeanImpl.getTargetIssueTypeObject()
|
| Methods in com.atlassian.jira.web.bean that return types with arguments of type IssueType | |
|---|---|
abstract Collection<IssueType> |
BulkEditBean.getIssueTypeObjects()
|
Collection<IssueType> |
BulkEditBeanImpl.getIssueTypeObjects()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||