Uses of Interface
com.atlassian.jira.issue.issuetype.IssueType
Packages that use IssueType
Package
Description
-
Uses of IssueType in com.atlassian.jira.auditing
Constructors in com.atlassian.jira.auditing with parameters of type IssueType -
Uses of IssueType in com.atlassian.jira.auditing.handlers
Methods in com.atlassian.jira.auditing.handlers with parameters of type IssueTypeModifier and TypeMethodDescriptionvoidIssueTypeAuditHandler.handleIssueTypeCreated(IssueType issueType) voidIssueTypeAuditHandlerImpl.handleIssueTypeCreated(IssueType issueType) voidIssueTypeAuditHandler.handleIssueTypeDeleted(IssueType issueType) voidIssueTypeAuditHandlerImpl.handleIssueTypeDeleted(IssueType issueType) voidIssueTypeAuditHandler.handleIssueTypeUpdated(IssueType oldIssueType, IssueType newIssueType) voidIssueTypeAuditHandlerImpl.handleIssueTypeUpdated(IssueType oldIssueType, IssueType newIssueType) -
Uses of IssueType in com.atlassian.jira.bc.config
Methods in com.atlassian.jira.bc.config that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionConstantsService.getAllIssueTypes(ApplicationUser user) Returns a ServiceOutcome containing all IssueTypes.DefaultConstantsService.getAllIssueTypes(ApplicationUser user) ConstantsService.getIssueTypeById(ApplicationUser user, String issueTypeId) Returns a ServiceOutcome containing the IssueType that has the given id.DefaultConstantsService.getIssueTypeById(ApplicationUser user, String issueTypeId) -
Uses of IssueType in com.atlassian.jira.bc.customfield
Methods in com.atlassian.jira.bc.customfield that return types with arguments of type IssueTypeMethod parameters in com.atlassian.jira.bc.customfield with type arguments of type IssueTypeModifier and TypeMethodDescriptionCreateValidationResult.Builder.issueTypes(List<IssueType> issueTypes) -
Uses of IssueType in com.atlassian.jira.bc.issue.fields
Methods in com.atlassian.jira.bc.issue.fields that return types with arguments of type IssueTypeMethod parameters in com.atlassian.jira.bc.issue.fields with type arguments of type IssueTypeModifier and TypeMethodDescriptionFieldConfigSchemeParameters.Builder.issueTypes(Collection<IssueType> types) -
Uses of IssueType in com.atlassian.jira.bc.subtask.conversion
Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type IssueTypeModifier and TypeMethodDescriptionbooleanDefaultIssueConversionService.isStatusChangeRequired(JiraServiceContext context, Issue issue, IssueType issueType) booleanIssueConversionService.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).voidDefaultIssueToSubTaskConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) voidDefaultSubTaskToIssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) voidIssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) Validates that the issue can be converted to given issue type.voidDefaultIssueConversionService.validateTargetStatus(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType) voidIssueConversionService.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 IssueTypeModifier and TypeMethodDescriptionDefaultIssueConstantFactory.createIssueType(IssueTypeDTO issueTypeDTO) DefaultIssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv) DefaultIssueTypeManager.createIssueType(String name, String description, Long avatarId) DefaultIssueTypeManager.createIssueType(String name, String description, String iconUrl) IssueConstantFactory.createIssueType(IssueTypeDTO issueTypeDTO) IssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv) Deprecated.IssueTypeManager.createIssueType(String name, String description, Long avatarId) Create a new (non-subtask) issue type.IssueTypeManager.createIssueType(String name, String description, String iconUrl) Deprecated.MockIssueConstantFactory.createIssueType(IssueTypeDTO issueTypeDTO) MockIssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv) DefaultIssueTypeManager.createSubTaskIssueType(String name, String description, Long avatarId) DefaultIssueTypeManager.createSubTaskIssueType(String name, String description, String iconUrl) IssueTypeManager.createSubTaskIssueType(String name, String description, Long avatarId) Create a new subtask issue type.IssueTypeManager.createSubTaskIssueType(String name, String description, String iconUrl) Create a new subtask issue type.DefaultIssueTypeSchemeService.getDefaultIssueType(FieldConfigScheme issueTypeScheme) IssueTypeSchemeService.getDefaultIssueType(FieldConfigScheme issueTypeScheme) Looks up and returns the default issue type (the one that is presented as the initial/selected choice to users when creating a new Issue, for instance) for the specified issue type scheme.ConstantsManager.getIssueType(String id) Given an IssueType ID this method retrieves that IssueType.DefaultConstantsManager.getIssueType(String id) DefaultIssueTypeManager.getIssueType(String id) IssueTypeManager.getIssueType(String id) Returns theIssueTypefor the specified id.IssueTypeService.IssueTypeResult.getIssueType()DefaultSubTaskManager.getSubTaskIssueType(String id) MockSubTaskManager.getSubTaskIssueType(String id) SubTaskManager.getSubTaskIssueType(String id) Returns the SubTask IssueType with the given ID.DefaultSubTaskManager.getSubTaskIssueTypeById(String id) MockSubTaskManager.getSubTaskIssueTypeById(String id) SubTaskManager.getSubTaskIssueTypeById(String id) Deprecated.UseSubTaskManager.getSubTaskIssueType(String)instead.ConstantsManager.insertIssueType(String name, Long sequence, String style, String description, Long avatarId) Creates a new IssueType.ConstantsManager.insertIssueType(String name, Long sequence, String style, String description, String iconurl) Deprecated.DefaultConstantsManager.insertIssueType(String name, Long sequence, String style, String description, Long avatarId) DefaultConstantsManager.insertIssueType(String name, Long sequence, String style, String description, String iconurl) DefaultSubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, Long avatarId) MockSubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, Long avatarId) SubTaskManager.insertSubTaskIssueType(String name, Long sequence, String description, Long avatarId) Create new issue type and adds it to default scheme.Methods in com.atlassian.jira.config that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionDefaultIssueTypeService.findIssueTypes(ApplicationUser user, String substring) DefaultIssueTypeService.findIssueTypes(ApplicationUser user, String substring, @NotEmpty Set<Long> projectIds) IssueTypeService.findIssueTypes(ApplicationUser user, String substring) Returns issue types whose names start with or fully match given substring.IssueTypeService.findIssueTypes(ApplicationUser user, String substring, @NotEmpty Set<Long> projectIds) Returns issue types whose names start with or fully match given substring.ConstantsManager.getAllIssueTypeObjects()Returns a list of IssueTypes.DefaultConstantsManager.getAllIssueTypeObjects()DefaultIssueTypeManager.getAllValues()DefaultIssueTypeService.getAvailableAlternativesForIssueType(ApplicationUser applicationUser, String id) IssueTypeService.getAvailableAlternativesForIssueType(ApplicationUser applicationUser, String id) Returns a collection of suitable alternativeIssueTypes to which issues with the supplied issue type can be moved to.DefaultIssueTypeManager.getAvailableIssueTypes(IssueType issueType) IssueTypeManager.getAvailableIssueTypes(IssueType issueType) Returns a collection of suitable alternativeIssueTypes to which issues with the supplied issue type can be moved to.ConstantsManager.getEditableSubTaskIssueTypes()Retrieves an mutable list of sub-task issues.DefaultConstantsManager.getEditableSubTaskIssueTypes()io.atlassian.fugue.Option<IssueType> DefaultIssueTypeService.getIssueType(ApplicationUser applicationUser, String id) io.atlassian.fugue.Option<IssueType> IssueTypeService.getIssueType(ApplicationUser applicationUser, String id) Returns an issue type for the given issue type id, if it is visible for the user.io.atlassian.fugue.Option<IssueType> IssueTypeService.UpdateValidationResult.getIssueType()DefaultIssueTypeManager.getIssueTypes()DefaultIssueTypeService.getIssueTypes(ApplicationUser applicationUser) IssueTypeManager.getIssueTypes()Returns all issue types regular and subtask issue types.IssueTypeService.getIssueTypes(ApplicationUser applicationUser) ConstantsManager.getRegularIssueTypeObjects()Retrieve regular (non-subtask) issue types.DefaultConstantsManager.getRegularIssueTypeObjects()ConstantsManager.getSubTaskIssueTypeObjects()Retrieves all the sub-task issue typesDefaultConstantsManager.getSubTaskIssueTypeObjects()DefaultSubTaskManager.getSubTaskIssueTypeObjects()MockSubTaskManager.getSubTaskIssueTypeObjects()SubTaskManager.getSubTaskIssueTypeObjects()Retrieves all the sub-task issue typesMethods in com.atlassian.jira.config with parameters of type IssueTypeModifier and TypeMethodDescriptionvoidDefaultIssueTypeManager.editIssueType(IssueType issueType, String name, String description, String iconUrl) voidIssueTypeManager.editIssueType(IssueType issueType, String name, String description, String iconUrl) Deprecated.DefaultIssueTypeManager.getAvailableIssueTypes(IssueType issueType) IssueTypeManager.getAvailableIssueTypes(IssueType issueType) Returns a collection of suitable alternativeIssueTypes to which issues with the supplied issue type can be moved to.booleanDefaultIssueTypeManager.hasAssociatedIssues(IssueType issueType) booleanIssueTypeManager.hasAssociatedIssues(IssueType issueType) Checks if there are any issues associated with this issue type.IssueTypeService.UpdateValidationResult.ok(IssueTypeService.IssueTypeUpdateInput issueTypeUpdateInput, IssueType issueType) voidDefaultIssueTypeManager.updateIssueType(IssueType issueType, String name, String description, Long avatarId) voidIssueTypeManager.updateIssueType(IssueType issueType, String name, String description, Long avatarId) Edits an existing issue type.Method parameters in com.atlassian.jira.config with type arguments of type IssueTypeModifier and TypeMethodDescriptionvoidConstantsManager.recalculateIssueTypeSequencesAndStore(List<IssueType> issueTypes) Resequences the supplied issuetypes into sequential order.voidDefaultConstantsManager.recalculateIssueTypeSequencesAndStore(List<IssueType> issueTypes) io.atlassian.fugue.Option<Pair<String, ErrorCollection.Reason>> ConstantsManager.validateName(String name, io.atlassian.fugue.Option<IssueType> issueTypeToUpdate) Validates the name of issue type.io.atlassian.fugue.Option<Pair<String, ErrorCollection.Reason>> DefaultConstantsManager.validateName(String name, io.atlassian.fugue.Option<IssueType> issueTypeToUpdate) Constructors in com.atlassian.jira.config with parameters of type IssueType -
Uses of IssueType in com.atlassian.jira.event.config
Methods in com.atlassian.jira.event.config that return IssueTypeConstructors in com.atlassian.jira.event.config with parameters of type IssueTypeModifierConstructorDescriptionAbstractIssueTypeEvent(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.event.issuetype.screenscheme
Methods in com.atlassian.jira.event.issuetype.screenscheme that return IssueTypeConstructors in com.atlassian.jira.event.issuetype.screenscheme with parameters of type IssueTypeModifierConstructorDescriptionIssueTypeScreenSchemeAssociateScreenSchemeEvent(IssueTypeScreenScheme scheme, IssueType issueType, FieldScreenScheme fieldScreenScheme) -
Uses of IssueType in com.atlassian.jira.imports.project.util
Methods in com.atlassian.jira.imports.project.util that return IssueTypeModifier and TypeMethodDescriptionIssueTypeImportHelper.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 IssueTypeModifier and TypeMethodDescriptionbooleanIssueTypeImportHelper.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 IssueTypeModifier and TypeMethodDescriptionDocumentIssueImpl.getIssueType()GenericIssueWrapper.getIssueType()Issue.getIssueType()Gets the IssueType for this Issue.IssueImpl.getIssueType()AbstractIssue.getIssueTypeObject()DocumentIssueImpl.getIssueTypeObject()GenericIssueWrapper.getIssueTypeObject()Issue.getIssueTypeObject()Deprecated.Please useIssue.getIssueType().Methods in com.atlassian.jira.issue with parameters of type IssueTypeModifier and TypeMethodDescriptionvoidGenericMutableIssueWrapper.setIssueType(IssueType issueType) voidIssueImpl.setIssueType(IssueType issueType) voidMutableIssue.setIssueType(IssueType issueType) voidGenericMutableIssueWrapper.setIssueTypeObject(IssueType issueType) voidIssueImpl.setIssueTypeObject(IssueType issueType) voidMutableIssue.setIssueTypeObject(IssueType issueType) Sets the IssueType for this Issue.Method parameters in com.atlassian.jira.issue with type arguments of type IssueTypeModifier and TypeMethodDescriptionIssueVerifier.verifyForMigration(Issue issue, List<IssueType> typesNeedingMigration, WorkflowMigrationMapping workflowMigrationMapping, boolean checkWorkflowIntegrity) -
Uses of IssueType in com.atlassian.jira.issue.archiving.query
Methods in com.atlassian.jira.issue.archiving.query with parameters of type IssueTypeModifier and TypeMethodDescription -
Uses of IssueType in com.atlassian.jira.issue.context
Methods in com.atlassian.jira.issue.context that return IssueTypeModifier and TypeMethodDescriptionGlobalIssueContext.getIssueType()IssueContext.getIssueType()Gets the IssueType for this IssueContext.IssueContextImpl.getIssueType()ProjectContext.getIssueType()GlobalIssueContext.getIssueTypeObject()IssueContext.getIssueTypeObject()Deprecated.Please useIssueContext.getIssueType().IssueContextImpl.getIssueTypeObject()ProjectContext.getIssueTypeObject()Constructors in com.atlassian.jira.issue.context with parameters of type IssueTypeModifierConstructorDescriptionIssueContextImpl(Project project, IssueType issueType) Create a context. -
Uses of IssueType in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionCustomFieldUtils.buildIssueTypes(ConstantsManager constantsManager, String[] issueTypes) -
Uses of IssueType in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return IssueTypeModifier and TypeMethodDescriptionIssueTypeSystemField.getDefaultValue(Issue issue) IssueTypeSystemField.getValueFromParams(Map params) Methods in com.atlassian.jira.issue.fields that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionCustomField.getAssociatedIssueTypeObjects()Deprecated.As of 7.2, please useCustomField.getAssociatedIssueTypes()ImmutableCustomField.getAssociatedIssueTypeObjects()MockCustomField.getAssociatedIssueTypeObjects()CustomField.getAssociatedIssueTypes()Returns a list ofIssueTypes directly associated with thisCustomField.ImmutableCustomField.getAssociatedIssueTypes()MockCustomField.getAssociatedIssueTypes()Methods in com.atlassian.jira.issue.fields with parameters of type IssueTypeModifier and TypeMethodDescriptionvoidIssueTypeSystemField.createValue(Issue issue, IssueType value) IssueTypeSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, IssueType issueType, Map displayParameters) Method parameters in com.atlassian.jira.issue.fields with type arguments of type IssueTypeModifier and TypeMethodDescriptionMockCustomField.setAssociatedIssueTypes(List<IssueType> issueTypes) -
Uses of IssueType in com.atlassian.jira.issue.fields.config
Methods in com.atlassian.jira.issue.fields.config that return types with arguments of type IssueTypeModifier and TypeMethodDescriptiondefault Collection<IssueType> FieldConfigScheme.getAssociatedIssueTypeObjects()Deprecated.Since v7.0MockFieldConfigScheme.getAssociatedIssueTypeObjects()FieldConfigScheme.getAssociatedIssueTypes()Returns the associated Issue Types.FieldConfigSchemeImpl.getAssociatedIssueTypes()MockFieldConfigScheme.getAssociatedIssueTypes() -
Uses of IssueType in com.atlassian.jira.issue.fields.config.manager
Fields in com.atlassian.jira.issue.fields.config.manager with type parameters of type IssueTypeModifier and TypeFieldDescriptionFieldConfigSchemeManager.ALL_ISSUE_TYPESThis magic value list contains a single null element.Methods in com.atlassian.jira.issue.fields.config.manager that return IssueTypeModifier and TypeMethodDescriptionIssueTypeSchemeManager.getDefaultIssueType(Project project) Returns the defaultIssueTypeobject based on the passed in project.IssueTypeSchemeManagerImpl.getDefaultIssueType(Project project) IssueTypeSchemeManager.getDefaultValue(FieldConfig config) Returns the defaultIssueTypefor the given field configuration.IssueTypeSchemeManager.getDefaultValue(Issue issue) IssueTypeSchemeManager.getDefaultValue(org.ofbiz.core.entity.GenericValue project) Deprecated.UseIssueTypeSchemeManager.getDefaultIssueType(Project)instead.IssueTypeSchemeManagerImpl.getDefaultValue(FieldConfig config) IssueTypeSchemeManagerImpl.getDefaultValue(Issue issue) IssueTypeSchemeManagerImpl.getDefaultValue(org.ofbiz.core.entity.GenericValue project) Methods in com.atlassian.jira.issue.fields.config.manager that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionIssueTypeSchemeManager.getIssueTypesForDefaultScheme()Return the collection of issue types associated with the default scheme.IssueTypeSchemeManagerImpl.getIssueTypesForDefaultScheme()IssueTypeSchemeManager.getIssueTypesForProject(Project project) Return the collection of issue types associated with this project.IssueTypeSchemeManager.getIssueTypesForProject(org.ofbiz.core.entity.GenericValue project) Deprecated.Use ofGenericValueis discouraged.IssueTypeSchemeManagerImpl.getIssueTypesForProject(Project project) IssueTypeSchemeManagerImpl.getIssueTypesForProject(org.ofbiz.core.entity.GenericValue project) IssueTypeSchemeManager.getIssueTypesForScheme(FieldConfigScheme issueTypeScheme) Return the collection of issue types associated with the specified IssueType[FieldConfig]SchemeIssueTypeSchemeManagerImpl.getIssueTypesForScheme(FieldConfigScheme issueTypeScheme) IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(Project project) Return the collection of issue types other than sub-tasks associated with this project.IssueTypeSchemeManagerImpl.getNonSubTaskIssueTypesForProject(Project project) IssueTypeSchemeManager.getSubTaskIssueTypesForProject(Project project) Return the collection of sub-task issue types associated with this project Join of the result of this method andIssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project)produces the same result as a call toIssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).IssueTypeSchemeManagerImpl.getSubTaskIssueTypesForProject(Project project) Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type IssueTypeModifier and TypeMethodDescriptionFieldConfigSchemeManager.getInvalidFieldConfigSchemesForIssueTypeRemoval(IssueType issueType) Returns a collection ofFieldConfigSchemes for all Configuration Contexts that will become invalid after the issuetype has been removed.FieldConfigSchemeManagerImpl.getInvalidFieldConfigSchemesForIssueTypeRemoval(IssueType issueType) voidFieldConfigSchemeManager.removeInvalidFieldConfigSchemesForIssueType(IssueType issueType) Given an issueType, this method will correctly remove the fieldConfigSchemes if necessary.voidFieldConfigSchemeManagerImpl.removeInvalidFieldConfigSchemesForIssueType(IssueType issueType) -
Uses of IssueType in com.atlassian.jira.issue.fields.config.persistence
Methods in com.atlassian.jira.issue.fields.config.persistence with parameters of type IssueTypeModifier and TypeMethodDescriptionFieldConfigSchemePersister.getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType) Returns a collection of theFieldConfigSchemes that will be made invalid if the issueType is removed (that is the FieldConfigScheme would no longer be bound to ANY issue types).FieldConfigSchemePersisterImpl.getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType) voidCachedFieldConfigSchemePersister.removeByIssueType(IssueType issueType) voidFieldConfigSchemePersister.removeByIssueType(IssueType issueType) RemovesFieldConfigSchemeassociations for the given issue type.voidFieldConfigSchemePersisterImpl.removeByIssueType(IssueType issueType) -
Uses of IssueType in com.atlassian.jira.issue.fields.layout.field
Methods in com.atlassian.jira.issue.fields.layout.field that return IssueTypeModifier and TypeMethodDescriptionFieldLayoutSchemeEntity.getIssueType()FieldLayoutSchemeEntityImpl.getIssueType()FieldLayoutSchemeEntity.getIssueTypeObject()FieldLayoutSchemeEntityImpl.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 IssueTypeModifier and TypeMethodDescriptionstatic IssueTypeJsonBeanIssueTypeJsonBean.shortBean(IssueType issuetype, JiraBaseUrls urls) Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type IssueTypeModifier and TypeMethodDescriptionstatic 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 IssueTypeModifier and TypeMethodDescriptionIssueTypeScreenSchemeEntity.getIssueType()IssueTypeScreenSchemeEntityImpl.getIssueType()MockIssueTypeScreenSchemeEntity.getIssueType()IssueTypeScreenSchemeEntity.getIssueTypeObject()IssueTypeScreenSchemeEntityImpl.getIssueTypeObject()MockIssueTypeScreenSchemeEntity.getIssueTypeObject()Methods in com.atlassian.jira.issue.fields.screen.issuetype with parameters of type IssueTypeModifier and TypeMethodDescriptionMockIssueTypeScreenScheme.createEntity(IssueType type) IssueTypeScreenScheme.getEffectiveFieldScreenScheme(IssueType type) ReturnFieldScreenSchemethat JIRA will actually use for the passedIssueType.IssueTypeScreenSchemeImpl.getEffectiveFieldScreenScheme(IssueType type) MockIssueTypeScreenScheme.getEffectiveFieldScreenScheme(IssueType type) -
Uses of IssueType in com.atlassian.jira.issue.issuetype
Classes in com.atlassian.jira.issue.issuetype that implement IssueTypeMethods in com.atlassian.jira.issue.issuetype with parameters of type IssueTypeModifier and TypeMethodDescriptionstatic IssueTypeWithIDIssueTypeWithID.fromIssueType(IssueType issueType) Creates an IssueTypeWithId from IssueType. -
Uses of IssueType in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionSearchContext.getIssueTypes()Returns issue types objects in this SearchContextSearchContextImpl.getIssueTypes() -
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 IssueTypeModifierConstructorDescriptionIssueConstantSearchInputTransformer(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 -
Uses of IssueType in com.atlassian.jira.mail.util
Methods in com.atlassian.jira.mail.util with parameters of type IssueTypeModifier and TypeMethodDescriptionMailAttachmentsManagerImpl.getIssueTypeIconUrl(IssueType issueType) -
Uses of IssueType in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that return IssueTypeModifier and TypeMethodDescriptionMockConstantsManager.getIssueType(String id) MockConstantsManager.insertIssueType(String name, Long sequence, String style, String description, Long avatarId) 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 IssueTypeModifier and TypeMethodDescriptionMockConstantsManager.getAllIssueTypeObjects()MockConstantsManager.getEditableSubTaskIssueTypes()MockConstantsManager.getRegularIssueTypeObjects()MockConstantsManager.getSubTaskIssueTypeObjects()Methods in com.atlassian.jira.mock with parameters of type IssueTypeMethod parameters in com.atlassian.jira.mock with type arguments of type IssueTypeModifier and TypeMethodDescriptionvoidMockConstantsManager.recalculateIssueTypeSequencesAndStore(List<IssueType> issueTypes) io.atlassian.fugue.Option<Pair<String, ErrorCollection.Reason>> MockConstantsManager.validateName(String name, io.atlassian.fugue.Option<IssueType> issueType) -
Uses of IssueType in com.atlassian.jira.mock.issue
Methods in com.atlassian.jira.mock.issue that return IssueTypeMethods in com.atlassian.jira.mock.issue with parameters of type IssueTypeModifier and TypeMethodDescriptionvoidMockIssue.setIssueType(IssueType issueType) voidMockIssue.setIssueTypeObject(IssueType issueTypeObject) -
Uses of IssueType in com.atlassian.jira.mock.issue.fields.screen.issuetype
Methods in com.atlassian.jira.mock.issue.fields.screen.issuetype with parameters of type IssueTypeModifier and TypeMethodDescriptionMockIssueTypeScreenScheme.getEffectiveFieldScreenScheme(IssueType type) -
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 -
Uses of IssueType in com.atlassian.jira.plugin.corereports.report.impl
Methods in com.atlassian.jira.plugin.corereports.report.impl that return IssueType -
Uses of IssueType in com.atlassian.jira.project
Methods in com.atlassian.jira.project that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionMockProject.getIssueTypes()Project.getIssueTypes()ProjectImpl.getIssueTypes()Methods in com.atlassian.jira.project with parameters of type IssueTypeMethod parameters in com.atlassian.jira.project with type arguments of type IssueType -
Uses of IssueType in com.atlassian.jira.project.template.hook
Methods in com.atlassian.jira.project.template.hook that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionConfigureData.createdIssueTypes()Returns the IssueType instances that have been created for this project, mapped to their template key. -
Uses of IssueType in com.atlassian.jira.projectconfig.beans
Methods in com.atlassian.jira.projectconfig.beans that return IssueTypeModifier and TypeMethodDescriptionSimpleIssueType.getConstant()SimpleIssueTypeImpl.getConstant()ProjectContext.getType()Constructors in com.atlassian.jira.projectconfig.beans with parameters of type IssueTypeModifierConstructorDescriptionProjectContext(Project project, IssueType type) SimpleIssueTypeImpl(IssueType issueType, boolean defaultIssueType) -
Uses of IssueType in com.atlassian.jira.projectconfig.contextproviders
Methods in com.atlassian.jira.projectconfig.contextproviders that return IssueTypeConstructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type IssueTypeModifierConstructorDescriptionIssueTypeConfigData(IssueType issueType) 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 IssueTypeConstructors in com.atlassian.jira.projectconfig.rest with parameters of type IssueTypeModifierConstructorDescriptionSimpleIssueType(IssueType issueType) SimpleIssueType(IssueType issueType, boolean defaultIssueType) -
Uses of IssueType in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl
Methods in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl with parameters of type IssueTypeModifier and TypeMethodDescriptionprotected ClauseUnresolvedIssuesByIssueTypeFragment.IssueTypeUrlUtil.getDomainClause(IssueType issueType) -
Uses of IssueType in com.atlassian.jira.rest.util
Methods in com.atlassian.jira.rest.util that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionIssueTypeConverter.all(Collection<IssueTypeJsonBean> beans) IssueTypeConverter.apply(IssueTypeJsonBean input) -
Uses of IssueType in com.atlassian.jira.rest.v2.issue
Fields in com.atlassian.jira.rest.v2.issue declared as IssueTypeMethods in com.atlassian.jira.rest.v2.issue with parameters of type IssueTypeModifier and TypeMethodDescriptionSets the issue type.Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type IssueTypeModifier and TypeMethodDescriptionConstructors in com.atlassian.jira.rest.v2.issue with parameters of type IssueTypeModifierConstructorDescriptionprotectedAbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, DefaultFieldMetaBeanHelper defaultFieldHelper) CreateMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, IssueType issueType, IssueFactory issueFactory, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, JiraAuthenticationContext authContext, FieldManager fieldManager, DefaultFieldMetaBeanHelper defaultFieldHelper) DefaultFieldMetaBeanHelper(Project project, IssueType issueType, IssueSecurityLevelManager issueSecurityLevelManager, FeatureManager featureManager) EditMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, IssueManager issueManager) -
Uses of IssueType in com.atlassian.jira.web.action.admin.customfields
Methods in com.atlassian.jira.web.action.admin.customfields that return types with arguments of type IssueType -
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 IssueTypeModifier and TypeMethodDescriptionAddIssueTypeToFieldConfigurationAssociation.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 IssueTypeMethods in com.atlassian.jira.web.action.admin.issuefields.enterprise that return types with arguments of type IssueType -
Uses of IssueType in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise
Methods in com.atlassian.jira.web.action.admin.issuefields.screens.enterprise that return IssueType -
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 IssueTypeModifier and TypeMethodDescriptionAddIssueTypeScreenScreenSchemeAssociation.getAddableIssueTypes() -
Uses of IssueType in com.atlassian.jira.web.action.admin.issuetypes
Methods in com.atlassian.jira.web.action.admin.issuetypes that return IssueTypeModifier and TypeMethodDescriptionprotected IssueTypeDeleteIssueType.getConstant(String id) protected IssueTypeEditIssueType.getConstant(String id) protected IssueTypeViewIssueTypes.getConstant(String id) protected IssueTypeDeleteIssueType.getIssueTypeObject()Methods in com.atlassian.jira.web.action.admin.issuetypes that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionDeleteIssueType.getAvailableIssueTypes()protected Collection<IssueType> DeleteIssueType.getConstants()protected Collection<IssueType> EditIssueType.getConstants()protected Collection<IssueType> ViewIssueTypes.getConstants() -
Uses of IssueType in com.atlassian.jira.web.action.admin.subtasks
Methods in com.atlassian.jira.web.action.admin.subtasks that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionprotected Collection<IssueType> DeleteSubTaskIssueType.getConstants() -
Uses of IssueType in com.atlassian.jira.web.action.admin.workflow.scheme
Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return IssueTypeMethods in com.atlassian.jira.web.action.admin.workflow.scheme with parameters of type IssueTypeModifier and TypeMethodDescriptionSelectProjectWorkflowSchemeStep2.getExistingWorkflow(IssueType issueType) longSelectProjectWorkflowSchemeStep2.getNumAffectedIssues(IssueType issueType) SelectProjectWorkflowSchemeStep2.getSelectListName(IssueType issueType, Status status) SelectProjectWorkflowSchemeStep2.getStatusesNeedingMigration(IssueType issueType) SelectProjectWorkflowSchemeStep2.getTargetStatuses(IssueType issueType) SelectProjectWorkflowSchemeStep2.getTargetWorkflow(IssueType issueType) longSelectProjectWorkflowSchemeStep2.getTotalAffectedIssues(IssueType issueType) -
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 -
Uses of IssueType in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that return IssueTypeModifier and TypeMethodDescriptionCreateIssue.getIssueType()MoveIssue.getTargetIssueTypeObject()Methods in com.atlassian.jira.web.action.issue that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionMoveIssueSubtasks.getMigrateIssueTypes()MoveIssueSubtasks.getProjectSubtaskIssueTypes() -
Uses of IssueType in com.atlassian.jira.web.action.issue.bulkedit
Methods in com.atlassian.jira.web.action.issue.bulkedit with parameters of type IssueType -
Uses of IssueType in com.atlassian.jira.web.action.issue.enterprise
Methods in com.atlassian.jira.web.action.issue.enterprise that return types with arguments of type IssueType -
Uses of IssueType in com.atlassian.jira.web.action.util
Methods in com.atlassian.jira.web.action.util that return IssueTypeMethods in com.atlassian.jira.web.action.util that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionShowConstantsHelp.getIssueTypes()PopularIssueTypesUtil.PopularIssueTypesHolder.getOtherIssueTypes()PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project, ApplicationUser user) Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context.PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project, ApplicationUser user) PopularIssueTypesUtil.PopularIssueTypesHolder.getPopularIssueTypes()PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project, ApplicationUser 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.PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project, ApplicationUser user) ShowConstantsHelp.getSubTaskIssueTypes()Constructor parameters in com.atlassian.jira.web.action.util with type arguments of type IssueTypeModifierConstructorDescriptionPopularIssueTypesHolder(List<IssueType> popularIssueTypes, List<IssueType> otherIssueTypes) -
Uses of IssueType in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that return IssueTypeModifier and TypeMethodDescriptionBulkEditBean.getIssueType()BulkEditBeanImpl.getIssueType()BulkEditBean.getTargetIssueType()BulkEditBeanImpl.getTargetIssueType()BulkEditBean.getTargetIssueTypeObject()BulkEditBeanImpl.getTargetIssueTypeObject()Methods in com.atlassian.jira.web.bean that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionBulkEditBean.getIssueTypeObjects()BulkEditBeanImpl.getIssueTypeObjects() -
Uses of IssueType in com.atlassian.jira.workflow.migration
Fields in com.atlassian.jira.workflow.migration with type parameters of type IssueTypeModifier and TypeFieldDescriptionprotected final Map<IssueType, Collection<Status>> AbstractWorkflowSchemeMigrationHelper.statusesNeedingMigrationAbstractWorkflowSchemeMigrationHelper.typesNeedingMigrationMethods in com.atlassian.jira.workflow.migration that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionAbstractWorkflowSchemeMigrationHelper.getTypesNeedingMigration()WorkflowSchemeMigrationHelper.getTypesNeedingMigration()Methods in com.atlassian.jira.workflow.migration with parameters of type IssueTypeModifier and TypeMethodDescriptionvoidAbstractWorkflowSchemeMigrationHelper.addMapping(IssueType issueType, Status oldStatus, Status newStatus) voidWorkflowSchemeMigrationHelper.addMapping(IssueType issueType, Status oldStatus, Status newStatus) AbstractWorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) WorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) -
Uses of IssueType in com.codebarrel.jira.issues
Methods in com.codebarrel.jira.issues with parameters of type IssueTypeModifier and TypeMethodDescriptionCreateIssueMetaSupplier.getCreateMeta(boolean overrideScreenSecurity, Project project, IssueType issueType, ApplicationUser loggedInUser, MutableIssue nullIssue, Set<String> fieldsToInclude) -
Uses of IssueType in com.codebarrel.jira.issues.atlassian
Fields in com.codebarrel.jira.issues.atlassian declared as IssueTypeModifier and TypeFieldDescriptionprotected IssueTypeAtlassianAbstractMetaFieldBeanBuilder.issueTypeConstructors in com.codebarrel.jira.issues.atlassian with parameters of type IssueTypeModifierConstructorDescriptionAtlassianAbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, IssueSecurityLevelManager issueSecurityLevelManager) AtlassianCreateMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, IssueType issueType, IssueFactory issueFactory, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, JiraAuthenticationContext authContext, FieldManager fieldManager, IssueSecurityLevelManager issueSecurityLevelManager) AtlassianFieldMetaBeanHelper(Project project, IssueType issueType, IssueSecurityLevelManager issueSecurityLevelManager) IgnoreCreateScreenAtlassianCreateMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, IssueType issueType, IssueFactory issueFactory, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, JiraAuthenticationContext authContext, FieldManager fieldManager, IssueSecurityLevelManager issueSecurityLevelManager, Set<String> fieldsToInclude) -
Uses of IssueType in com.codebarrel.jira.transform
Method parameters in com.codebarrel.jira.transform with type arguments of type IssueType
IssueConstantFactory.createIssueType(IssueTypeDTO)