Uses of Interface
com.atlassian.jira.issue.context.IssueContext
Packages that use IssueContext
Package
Description
-
Uses of IssueContext in com.atlassian.jira.issue
Subinterfaces of IssueContext in com.atlassian.jira.issueModifier and TypeInterfaceDescriptioninterfaceMain issue interface.interfaceFacade for an issue'sGenericValue.Classes in com.atlassian.jira.issue that implement IssueContextModifier and TypeClassDescriptionclassclassclassPlease extend this class if you want to change the behaviour of just a few methods of `Issue`.classclassIssue implementation which caches read data, and can persist its data to the database (via an OfbizGenericValue. -
Uses of IssueContext in com.atlassian.jira.issue.context
Subinterfaces of IssueContext in com.atlassian.jira.issue.contextModifier and TypeInterfaceDescriptioninterfaceA constructedIssueContextwith the ability to climb nodesClasses in com.atlassian.jira.issue.context that implement IssueContextModifier and TypeClassDescriptionclassclassclassclassFields in com.atlassian.jira.issue.context declared as IssueContextModifier and TypeFieldDescriptionstatic final IssueContextIssueContext.GLOBALGlobal context not associated with any project or any issues types.Methods in com.atlassian.jira.issue.context with parameters of type IssueContextModifier and TypeMethodDescriptionbooleanAbstractJiraContext.isInContext(IssueContext issueContext) booleanGlobalIssueContext.isInContext(IssueContext issueContext) booleanJiraContextNode.isInContext(IssueContext issueContext) Constructors in com.atlassian.jira.issue.context with parameters of type IssueContextModifierConstructorDescriptionProjectContext(IssueContext issueContext, JiraContextTreeManager treeManager) Deprecated. -
Uses of IssueContext in com.atlassian.jira.issue.context.persistence
Methods in com.atlassian.jira.issue.context.persistence with parameters of type IssueContextModifier and TypeMethodDescriptionCachingFieldConfigContextPersister.getRelevantConfigSchemeId(IssueContext issueContext, String fieldId) FieldConfigContextPersister.getRelevantConfigSchemeId(IssueContext issueContext, String fieldId) -
Uses of IssueContext in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields that return types with arguments of type IssueContextModifier and TypeMethodDescriptionstatic List<IssueContext> CustomFieldUtils.convertToIssueContexts(Project project, List<String> issueTypeIds) Converts list of issue type ids toIssueContexts. -
Uses of IssueContext in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl with parameters of type IssueContextModifier and TypeMethodDescriptionAbstractSingleFieldType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) CascadingSelectCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) LabelsCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) MultiGroupCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) MultiSelectCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) MultiUserCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) SelectCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) VersionCFType.getJsonDefaultValue(IssueContext issueCtx, CustomField field) -
Uses of IssueContext in com.atlassian.jira.issue.customfields.impl.rest
Methods in com.atlassian.jira.issue.customfields.impl.rest with parameters of type IssueContextModifier and TypeMethodDescriptionprotected TAbstractCustomFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors) gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new valueprotected abstract TAbstractCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()CascadingSelectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected StringDateCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected StringDateTimeCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()GroupCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) LabelsCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) MultiGroupCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) MultiSelectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) MultiUserCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected DoubleNumberCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected StringProjectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected StringSelectCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected StringTextCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected StringUserCustomFieldOperationsHandler.getInitialCreateValue(IssueContext issueCtx) compute the "currentValue" to be passed to applyOperation()protected TAbstractCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiGroupCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiSelectCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiUserCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiGroupCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiSelectCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiUserCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) CascadingSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Map<String, Option> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDateCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDateTimeCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> GroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiGroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> MultiUserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected DoubleNumberCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Double currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringProjectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSingleVersionCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringTextCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringUserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) AbstractCustomFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) -
Uses of IssueContext in com.atlassian.jira.issue.customfields.manager
Methods in com.atlassian.jira.issue.customfields.manager that return IssueContextMethods in com.atlassian.jira.issue.customfields.manager with parameters of type IssueContextModifier and TypeMethodDescriptionOptionsService.SetOptionParams.customField(CustomField customField, IssueContext context) TheCustomFieldto perform the operation on. -
Uses of IssueContext in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields with parameters of type IssueContextModifier and TypeMethodDescriptionPrioritySystemField.getDefaultValue(IssueContext issueContext) AffectedVersionsSystemField.getJsonDefaultValue(IssueContext issueCtx) AssigneeSystemField.getJsonDefaultValue(IssueContext issueCtx) CommentSystemField.getJsonDefaultValue(IssueContext issueCtx) ComponentsSystemField.getJsonDefaultValue(IssueContext issueCtx) DescriptionSystemField.getJsonDefaultValue(IssueContext issueCtx) DueDateSystemField.getJsonDefaultValue(IssueContext issueCtx) EnvironmentSystemField.getJsonDefaultValue(IssueContext issueCtx) FixVersionsSystemField.getJsonDefaultValue(IssueContext issueCtx) ImmutableCustomField.getJsonDefaultValue(IssueContext issueCtx) IssueLinksSystemField.getJsonDefaultValue(IssueContext issueCtx) LabelsSystemField.getJsonDefaultValue(IssueContext issueCtx) MockCustomField.getJsonDefaultValue(IssueContext issueCtx) PrioritySystemField.getJsonDefaultValue(IssueContext issueCtx) ReporterSystemField.getJsonDefaultValue(IssueContext issueCtx) ResolutionSystemField.getJsonDefaultValue(IssueContext issueCtx) SecurityLevelSystemField.getJsonDefaultValue(IssueContext issueCtx) SummarySystemField.getJsonDefaultValue(IssueContext issueCtx) TimeTrackingSystemField.getJsonDefaultValue(IssueContext issueCtx) WorklogSystemField.getJsonDefaultValue(IssueContext issueCtx) ConfigurableField.getRelevantConfig(IssueContext issueContext) CustomField.getRelevantConfig(IssueContext issueContext) Returns the relevant field config of this custom field for the give issue contextDescriptionSystemField.getRelevantConfig(IssueContext issueContext) ImmutableCustomField.getRelevantConfig(IssueContext issueContext) Returns the relevant field config of this custom field for the give issue contextIssueTypeSystemField.getRelevantConfig(IssueContext issueContext) MockCustomField.getRelevantConfig(IssueContext issueContext) PrioritySystemField.getRelevantConfig(IssueContext issueContext) booleanCustomFieldScope.isIncludedIn(IssueContext issueContext) Checks whether the custom field corresponding to this scope is in the scope of the givenIssueContext.booleanCustomFieldScopeImpl.isIncludedIn(IssueContext issueContext) booleanCustomField.isRelevantForIssueContext(IssueContext issueContext) Returns true if the custom field has a config for the Project and Issue Type of the given IssueContext.booleanImmutableCustomField.isRelevantForIssueContext(IssueContext issueContext) booleanMockCustomField.isRelevantForIssueContext(IssueContext issueContext) -
Uses of IssueContext in com.atlassian.jira.issue.fields.config
Methods in com.atlassian.jira.issue.fields.config with parameters of type IssueContextModifier and TypeMethodDescriptionbooleanFieldConfigScheme.isInContext(IssueContext issueContext) booleanFieldConfigSchemeImpl.isInContext(IssueContext issueContext) booleanMockFieldConfigScheme.isInContext(IssueContext issueContext) -
Uses of IssueContext in com.atlassian.jira.issue.fields.config.manager
Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type IssueContextModifier and TypeMethodDescriptionPrioritySchemeManager.getDefaultOption(IssueContext issueContext) Retrieves the ID of the defaultPriorityforFieldConfigrelevant to a passedissueContextfor a priority system field.PrioritySchemeManagerImpl.getDefaultOption(IssueContext issueContext) PrioritySchemeManager.getOptions(IssueContext issueContext) Retrieves a list of priority IDs configured for a passedissueContext.PrioritySchemeManagerImpl.getOptions(IssueContext issueContext) FieldConfigSchemeManager.getRelevantConfig(IssueContext issueContext, ConfigurableField field) Returns the relevant field config of this custom field for the give issue contextFieldConfigSchemeManagerImpl.getRelevantConfig(IssueContext issueContext, ConfigurableField field) FieldConfigSchemeManager.getRelevantConfigScheme(IssueContext issueContext, ConfigurableField field) Deprecated.FieldConfigSchemeManagerImpl.getRelevantConfigScheme(IssueContext issueContext, ConfigurableField field) booleanFieldConfigSchemeManager.isRelevantForIssueContext(IssueContext issueContext, ConfigurableField field) Returns true if the custom field has a config for the Project and Issue Type of the given IssueContext.booleanFieldConfigSchemeManagerImpl.isRelevantForIssueContext(IssueContext issueContext, ConfigurableField field) -
Uses of IssueContext in com.atlassian.jira.issue.fields.config.persistence
Methods in com.atlassian.jira.issue.fields.config.persistence with parameters of type IssueContextModifier and TypeMethodDescriptionFieldConfigSchemePersister.filterRelevantFields(IssueContext issueContext, Set<String> candidateFields) Given a set of candidate fields, returns only those applicable to a given project and issue type.FieldConfigSchemePersisterImpl.filterRelevantFields(IssueContext issueContext, Set<String> candidateFields) -
Uses of IssueContext in com.atlassian.jira.issue.fields.rest
Methods in com.atlassian.jira.issue.fields.rest that return IssueContextModifier and TypeMethodDescriptionFieldTypeInfoContext.getIssueContext()FieldTypeInfoContextImpl.getIssueContext()Methods in com.atlassian.jira.issue.fields.rest with parameters of type IssueContextModifier and TypeMethodDescriptionprotected TAbstractFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, String fieldId, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors) gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new valueRestCustomFieldTypeOperations.getJsonDefaultValue(IssueContext issueCtx, CustomField field) Return The default data for this system field.RestFieldOperations.getJsonDefaultValue(IssueContext issueCtx) Return The default data for this system field.protected TAbstractFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> AbstractVersionsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> AbstractVersionsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected TAbstractFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> AbstractVersionsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringAssigneeRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDescriptionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDueDateRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringEnvironmentRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String> LabelsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringPriorityRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringReporterRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringResolutionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSecurityLevelRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSummaryRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) AbstractFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) CommentRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) IssueLinksRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) RestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) This method has to set the field value(s) in theIssueInputParametersbased on the operations.TimeTrackingRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) WorklogRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) Constructors in com.atlassian.jira.issue.fields.rest with parameters of type IssueContextModifierConstructorDescriptionFieldTypeInfoContextImpl(OrderableField oderableField, Issue issue, IssueContext issueContext, OperationContext operationContext) -
Uses of IssueContext in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index with parameters of type IssueContextModifier and TypeMethodDescriptionSharedCustomFieldsVisibilityCache.computeIfAbsent(IssueContext issueContext, Function<IssueContext, Set<String>> getVisibleCustomFieldsUncached) Method parameters in com.atlassian.jira.issue.index with type arguments of type IssueContextModifier and TypeMethodDescriptionSharedCustomFieldsVisibilityCache.computeIfAbsent(IssueContext issueContext, Function<IssueContext, Set<String>> getVisibleCustomFieldsUncached) static voidSharedCustomFieldsVisibilityCache.setThreadLocal(ConcurrentHashMap<IssueContext, Set<String>> customFieldsVisibilityCache) -
Uses of IssueContext in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search that return types with arguments of type IssueContextModifier and TypeMethodDescriptionSearchContext.getAsIssueContexts()Gets the search context as a list ofIssueContextobjectsSearchContextImpl.getAsIssueContexts() -
Uses of IssueContext in com.atlassian.jira.mail
Classes in com.atlassian.jira.mail that implement IssueContextModifier and TypeClassDescriptionclassThis class makes it possible to pass render context parameters to field renderers in Jira Core.classDecorator for the Issue Object. -
Uses of IssueContext in com.atlassian.jira.mock.issue
Classes in com.atlassian.jira.mock.issue that implement IssueContext -
Uses of IssueContext in com.atlassian.jira.mock.issue.search
Methods in com.atlassian.jira.mock.issue.search that return types with arguments of type IssueContext -
Uses of IssueContext in com.atlassian.jira.web.action.admin.issuetypes
Methods in com.atlassian.jira.web.action.admin.issuetypes that return IssueContext -
Uses of IssueContext in com.atlassian.jira.web.action.issue.bulkedit
Methods in com.atlassian.jira.web.action.issue.bulkedit that return IssueContext -
Uses of IssueContext in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that return IssueContextModifier and TypeMethodDescriptionMultiBulkMoveBean.getCurrentIssueContext()MultiBulkMoveBeanImpl.getCurrentIssueContext()
ProjectContext(Long, com.atlassian.jira.project.ProjectManager)instead.