Uses of Interface
com.atlassian.jira.issue.issuetype.IssueType

Packages that use IssueType
com.atlassian.jira.bc.config   
com.atlassian.jira.bc.subtask.conversion   
com.atlassian.jira.config   
com.atlassian.jira.event.config   
com.atlassian.jira.imports.project.util   
com.atlassian.jira.issue   
com.atlassian.jira.issue.context   
com.atlassian.jira.issue.fields.config.manager   
com.atlassian.jira.issue.fields.config.persistence   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.issue.fields.screen.issuetype   
com.atlassian.jira.issue.issuetype   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.mail   
com.atlassian.jira.mock   
com.atlassian.jira.mock.issue   
com.atlassian.jira.mock.issue.search   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.plugin.report.impl   
com.atlassian.jira.project   
com.atlassian.jira.projectconfig.beans   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.projectconfig.rest   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.web.action.admin.issuefields.configuration.schemes   
com.atlassian.jira.web.action.admin.issuefields.enterprise   
com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.action.browser   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.bean   
 

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<Collection<IssueType>> DefaultConstantsService.getAllIssueTypes(com.atlassian.crowd.embedded.api.User user)
           
 ServiceOutcome<Collection<IssueType>> ConstantsService.getAllIssueTypes(com.atlassian.crowd.embedded.api.User user)
          Returns a ServiceOutcome containing all IssueTypes.
 ServiceOutcome<IssueType> DefaultConstantsService.getIssueTypeById(com.atlassian.crowd.embedded.api.User user, String issueTypeId)
           
 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 DefaultIssueConversionService.isStatusChangeRequired(JiraServiceContext context, Issue issue, IssueType 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 DefaultSubTaskToIssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId)
           
 void DefaultIssueToSubTaskConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId)
           
 void IssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId)
          Validates that the issue can be converted to given issue type.
 void DefaultIssueConversionService.validateTargetStatus(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType)
           
 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 MockIssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv)
           
 IssueType DefaultIssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv)
           
 IssueType IssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv)
           
 IssueType DefaultIssueTypeManager.createIssueType(String name, String description, String iconUrl)
           
 IssueType IssueTypeManager.createIssueType(String name, String description, String iconUrl)
          Create a new (non-subtask) issue type.
 IssueType DefaultIssueTypeManager.createSubTaskIssueType(String name, String description, String iconUrl)
           
 IssueType IssueTypeManager.createSubTaskIssueType(String name, String description, String iconUrl)
          Create a new subtask issue type.
 IssueType DefaultIssueTypeManager.getIssueType(String id)
           
 IssueType IssueTypeManager.getIssueType(String id)
          Returns the IssueType for the specified id.
 IssueType DefaultConstantsManager.getIssueTypeObject(String id)
           
 IssueType ConstantsManager.getIssueTypeObject(String id)
          Given an IssueType ID this method retrieves that IssueType.
 IssueType MockSubTaskManager.getSubTaskIssueType(String id)
           
 IssueType DefaultSubTaskManager.getSubTaskIssueType(String id)
           
 IssueType SubTaskManager.getSubTaskIssueType(String id)
          Returns the SubTask IssueType with the given ID.
 IssueType DefaultConstantsManager.insertIssueType(String name, Long sequence, String style, String description, String iconurl)
           
 IssueType ConstantsManager.insertIssueType(String name, Long sequence, String style, String description, String iconurl)
          Creates a new IssueType.
 IssueType MockSubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, String iconurl)
           
 IssueType DefaultSubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, String iconurl)
           
 IssueType SubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, String iconurl)
           
 

Methods in com.atlassian.jira.config that return types with arguments of type IssueType
 Collection<IssueType> DefaultConstantsManager.getAllIssueTypeObjects()
           
 Collection<IssueType> ConstantsManager.getAllIssueTypeObjects()
          Returns a list of IssueTypes.
protected  List<IssueType> DefaultIssueTypeManager.getAllValues()
           
 Collection<IssueType> DefaultIssueTypeManager.getAvailableIssueTypes(IssueType issueType)
           
 Collection<IssueType> IssueTypeManager.getAvailableIssueTypes(IssueType issueType)
          Returns a collection of suitable alternative IssueTypes to which issues with the supplied issue type can be moved to.
 Collection<IssueType> DefaultIssueTypeManager.getIssueTypes()
           
 Collection<IssueType> IssueTypeManager.getIssueTypes()
          Returns all issue types regular and subtask issue types.
 Collection<IssueType> DefaultConstantsManager.getRegularIssueTypeObjects()
           
 Collection<IssueType> ConstantsManager.getRegularIssueTypeObjects()
          Retrieve regular (non-subtask) issue types.
 Collection<IssueType> MockSubTaskManager.getSubTaskIssueTypeObjects()
           
 Collection<IssueType> DefaultConstantsManager.getSubTaskIssueTypeObjects()
           
 Collection<IssueType> DefaultSubTaskManager.getSubTaskIssueTypeObjects()
           
 Collection<IssueType> ConstantsManager.getSubTaskIssueTypeObjects()
          Retrieves all the sub-task issue types
 Collection<IssueType> SubTaskManager.getSubTaskIssueTypeObjects()
          Retrieves all the sub-task issue types
 

Methods in com.atlassian.jira.config with parameters of type IssueType
 void DefaultIssueTypeManager.editIssueType(IssueType issueType, String name, String description, String iconUrl)
           
 void IssueTypeManager.editIssueType(IssueType issueType, String name, String description, String iconUrl)
          Edits an existing issue type.
 Collection<IssueType> DefaultIssueTypeManager.getAvailableIssueTypes(IssueType issueType)
           
 Collection<IssueType> IssueTypeManager.getAvailableIssueTypes(IssueType issueType)
          Returns a collection of suitable alternative IssueTypes to which issues with the supplied issue type can be moved to.
 

Constructors in com.atlassian.jira.config with parameters of type IssueType
IssueTypeProxy(IssueType issueType)
           
 

Uses of IssueType in com.atlassian.jira.event.config
 

Constructors in com.atlassian.jira.event.config with parameters of type IssueType
AbstractIssueTypeEvent(IssueType issueType, String issueTypeStyle)
           
IssueTypeCreatedEvent(IssueType issueType, String issueTypeStyle)
           
IssueTypeDeletedEvent(IssueType issueType, String issueStyleType)
           
IssueTypeUpdatedEvent(IssueType issueType, String issueStyleType)
           
 

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 AbstractIssue.getIssueTypeObject()
           
 IssueType DocumentIssueImpl.getIssueTypeObject()
           
 IssueType Issue.getIssueTypeObject()
          Gets the IssueType for this Issue.
 

Methods in com.atlassian.jira.issue with parameters of type IssueType
 void IssueImpl.setIssueTypeObject(IssueType issueType)
           
 void MutableIssue.setIssueTypeObject(IssueType issueType)
          Sets 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 LazyIssueContext.getIssueTypeObject()
           
 IssueType ProjectCategoryContext.getIssueTypeObject()
           
 IssueType ProjectContext.getIssueTypeObject()
           
 IssueType IssueContextImpl.getIssueTypeObject()
           
 IssueType GlobalIssueContext.getIssueTypeObject()
           
 IssueType IssueContext.getIssueTypeObject()
          Gets the IssueType for this IssueContext.
 

Constructors in com.atlassian.jira.issue.context with parameters of type IssueType
IssueContextImpl(Project project, IssueType issueType)
          Create a context.
 

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.getDefaultIssueType(Project project)
           
 IssueType IssueTypeSchemeManager.getDefaultIssueType(Project project)
          Returns the default IssueType object based on the passed in project.
 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)
          Deprecated. Use IssueTypeSchemeManager.getDefaultIssueType(Project) instead. Since v5.2.
 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> 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> 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 FieldLayoutSchemeEntityImpl.getIssueTypeObject()
           
 IssueType FieldLayoutSchemeEntity.getIssueTypeObject()
           
 

Uses of IssueType in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueType
static IssueTypeJsonBean IssueTypeJsonBean.shortBean(IssueType issuetype, JiraBaseUrls urls)
           
 

Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type IssueType
static Collection<IssueTypeJsonBean> IssueTypeJsonBean.shortBeans(Collection<IssueType> issuetypes, JiraBaseUrls urls)
           
 

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
           
 class MockIssueType
           
 

Uses of IssueType in com.atlassian.jira.issue.search
 

Fields in com.atlassian.jira.issue.search with type parameters of type IssueType
protected  List<IssueType> SearchContextImpl.issueTypes
           
 

Methods in com.atlassian.jira.issue.search that return types with arguments of type IssueType
 List<IssueType> SearchContextImpl.getIssueTypes()
           
 List<IssueType> SearchContext.getIssueTypes()
          Returns issue types objects in this SearchContext
 

Uses of IssueType in com.atlassian.jira.issue.search.searchers.transformer
 

Constructor parameters in com.atlassian.jira.issue.search.searchers.transformer with type arguments of type IssueType
IssueConstantSearchInputTransformer(ClauseNames jqlClauseNames, String urlParameter, IndexInfoResolver<T> indexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NavigatorStructureChecker<IssueType> navigatorStructureChecker, NameResolver<T> issueConstantResolver)
           
IssueTypeSearchInputTransformer(IndexInfoResolver<IssueType> indexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<IssueType> nameResolver)
           
IssueTypeSearchInputTransformer(IndexInfoResolver<IssueType> indexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<IssueType> nameResolver)
           
 

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.mock
 

Methods in com.atlassian.jira.mock that return IssueType
 IssueType MockConstantsManager.getIssueTypeObject(String id)
           
 IssueType MockConstantsManager.insertIssueType(String name, Long sequence, String style, String description, String iconurl)
           
 

Methods in com.atlassian.jira.mock that return types with arguments of type IssueType
 Collection<IssueType> MockConstantsManager.getAllIssueTypeObjects()
           
 Collection<IssueType> MockConstantsManager.getRegularIssueTypeObjects()
           
 Collection<IssueType> MockConstantsManager.getSubTaskIssueTypeObjects()
           
 

Uses of IssueType in com.atlassian.jira.mock.issue
 

Methods in com.atlassian.jira.mock.issue that return IssueType
 IssueType MockIssue.getIssueTypeObject()
           
 

Methods in com.atlassian.jira.mock.issue with parameters of type IssueType
 void MockIssue.setIssueTypeObject(IssueType issueTypeObject)
           
 

Uses of IssueType in com.atlassian.jira.mock.issue.search
 

Methods in com.atlassian.jira.mock.issue.search that return types with arguments of type IssueType
 List<IssueType> MockSearchContext.getIssueTypes()
           
 

Uses of IssueType in com.atlassian.jira.plugin.projectpanel.fragment.impl
 

Methods in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type IssueType
protected  Clause UnresolvedIssuesByIssueTypeFragment.IssueTypeUrlUtil.getDomainClause(IssueType issueType)
           
 

Uses of IssueType in com.atlassian.jira.plugin.report.impl
 

Methods in com.atlassian.jira.plugin.report.impl that return IssueType
 IssueType ReportIssue.getIssueType()
           
 

Methods in com.atlassian.jira.plugin.report.impl that return types with arguments of type IssueType
protected  List<IssueType> VersionWorkloadReport.loadIssueTypes(Project project)
          Returns a collection of IssueType's associated with the project.
 

Uses of IssueType in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return types with arguments of type IssueType
 Collection<IssueType> MockProject.getIssueTypes()
           
 Collection<IssueType> ProjectImpl.getIssueTypes()
           
 Collection<IssueType> Project.getIssueTypes()
           
 

Methods in com.atlassian.jira.project with parameters of type IssueType
 MockProject MockProject.setIssueTypes(IssueType... types)
           
 

Method parameters in com.atlassian.jira.project with type arguments of type IssueType
 MockProject MockProject.setIssueTypes(Collection<IssueType> types)
           
 

Uses of IssueType in com.atlassian.jira.projectconfig.beans
 

Methods in com.atlassian.jira.projectconfig.beans that return IssueType
 IssueType SimpleIssueType.getConstant()
           
 IssueType SimpleIssueTypeImpl.getConstant()
           
 

Constructors in com.atlassian.jira.projectconfig.beans with parameters of type IssueType
SimpleIssueTypeImpl(IssueType issueType, boolean defaultIssueType)
           
 

Uses of IssueType in com.atlassian.jira.projectconfig.contextproviders
 

Methods in com.atlassian.jira.projectconfig.contextproviders that return IssueType
 IssueType ProjectIssueTypeContextProvider.ProjectIssueType.getConstant()
           
 

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type IssueType
ProjectIssueTypeContextProvider.ProjectIssueType(IssueType issueType, boolean defaultIssueType, String workflowName, FieldScreenScheme fieldScreenScheme, FieldLayout fieldLayout)
           
 

Uses of IssueType in com.atlassian.jira.projectconfig.rest
 

Methods in com.atlassian.jira.projectconfig.rest that return IssueType
 IssueType WorkflowSchemeRestHelper.SimpleIssueType.getConstant()
           
 

Constructors in com.atlassian.jira.projectconfig.rest with parameters of type IssueType
WorkflowSchemeRestHelper.SimpleIssueType(IssueType issueType)
           
WorkflowSchemeRestHelper.SimpleIssueType(IssueType issueType, boolean defaultIssueType)
           
 

Uses of IssueType in com.atlassian.jira.rest.v2.issue
 

Fields in com.atlassian.jira.rest.v2.issue declared as IssueType
protected  IssueType AbstractMetaFieldBeanBuilder.issueType
           
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type IssueType
 IssueTypeBeanBuilder IssueTypeBeanBuilder.issueType(IssueType issueType)
          Sets the issue type.
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type IssueType
AbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, com.atlassian.crowd.embedded.api.User user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, ContextUriInfo contextUriInfo, JiraBaseUrls baseUrls)
           
CreateMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, com.atlassian.crowd.embedded.api.User user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, ContextUriInfo contextUriInfo, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, JiraAuthenticationContext authContext, FieldManager fieldManager)
           
EditMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, com.atlassian.crowd.embedded.api.User user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, ContextUriInfo contextUriInfo, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager)
           
 

Uses of IssueType in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes
 

Methods in com.atlassian.jira.web.action.admin.issuefields.configuration.schemes that return types with arguments of type IssueType
 Collection<IssueType> AddIssueTypeToFieldConfigurationAssociation.getAddableIssueTypes()
           
 

Uses of IssueType in com.atlassian.jira.web.action.admin.issuefields.enterprise
 

Methods in com.atlassian.jira.web.action.admin.issuefields.enterprise that return types with arguments of type IssueType
 Collection<IssueType> ConfigureFieldLayoutScheme.getAddableIssueTypes()
           
 

Uses of IssueType in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype
 

Methods in com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype that return types with arguments of type IssueType
 List<IssueType> AddIssueTypeScreenScreenSchemeAssociation.getAddableIssueTypes()
           
 

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.admin.workflow.scheme
 

Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return IssueType
 IssueType ViewSchemes.getIssueType(String type)
           
 

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> BrowseComponent.getOtherIssueTypes()
           
 Collection<IssueType> BrowseVersion.getOtherIssueTypes()
           
 Collection<IssueType> BrowseProject.getOtherIssueTypes()
           
 Collection<IssueType> BrowseComponent.getPopularIssueTypes()
           
 Collection<IssueType> BrowseVersion.getPopularIssueTypes()
           
 Collection<IssueType> BrowseProject.getPopularIssueTypes()
           
 

Uses of IssueType in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return IssueType
 IssueType MoveIssue.getTargetIssueTypeObject()
           
 

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> 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.PopularIssueTypesHolder.getPopularIssueTypes()
           
 List<IssueType> PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project, com.atlassian.crowd.embedded.api.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.
 

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
 IssueType BulkEditBeanImpl.getTargetIssueTypeObject()
           
 IssueType BulkEditBean.getTargetIssueTypeObject()
           
 

Methods in com.atlassian.jira.web.bean that return types with arguments of type IssueType
 Collection<IssueType> BulkEditBeanImpl.getIssueTypeObjects()
           
 Collection<IssueType> BulkEditBean.getIssueTypeObjects()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.