Constructor and Description |
---|
AffectedIssueType(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
void |
IssueTypeAuditHandler.handleIssueTypeCreated(IssueType issueType) |
void |
IssueTypeAuditHandlerImpl.handleIssueTypeCreated(IssueType issueType) |
void |
IssueTypeAuditHandler.handleIssueTypeDeleted(IssueType issueType) |
void |
IssueTypeAuditHandlerImpl.handleIssueTypeDeleted(IssueType issueType) |
void |
IssueTypeAuditHandler.handleIssueTypeUpdated(IssueType oldIssueType,
IssueType newIssueType) |
void |
IssueTypeAuditHandlerImpl.handleIssueTypeUpdated(IssueType oldIssueType,
IssueType newIssueType) |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Collection<IssueType>> |
DefaultConstantsService.getAllIssueTypes(ApplicationUser user) |
ServiceOutcome<Collection<IssueType>> |
ConstantsService.getAllIssueTypes(ApplicationUser user)
Returns a ServiceOutcome containing all IssueTypes.
|
ServiceOutcome<IssueType> |
DefaultConstantsService.getIssueTypeById(ApplicationUser user,
String issueTypeId) |
ServiceOutcome<IssueType> |
ConstantsService.getIssueTypeById(ApplicationUser user,
String issueTypeId)
Returns a ServiceOutcome containing the IssueType that has the given id.
|
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
CreateValidationResult.getIssueTypes() |
Modifier and Type | Method and Description |
---|---|
CreateValidationResult.Builder |
CreateValidationResult.Builder.issueTypes(List<IssueType> issueTypes) |
Modifier and Type | Method and Description |
---|---|
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 |
DefaultIssueToSubTaskConversionService.validateTargetIssueType(JiraServiceContext context,
Issue issue,
IssueType issueType,
String fieldNameIssueTypeId) |
void |
DefaultSubTaskToIssueConversionService.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.
|
Modifier and Type | Method and Description |
---|---|
IssueType |
MockIssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv) |
IssueType |
IssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv)
Deprecated.
Since 7.0 Use
IssueConstantFactory.createIssueType(IssueTypeDTO) |
IssueType |
DefaultIssueConstantFactory.createIssueType(org.ofbiz.core.entity.GenericValue issueTypeGv) |
IssueType |
MockIssueConstantFactory.createIssueType(IssueTypeDTO issueTypeDTO) |
IssueType |
IssueConstantFactory.createIssueType(IssueTypeDTO issueTypeDTO) |
IssueType |
DefaultIssueConstantFactory.createIssueType(IssueTypeDTO issueTypeDTO) |
IssueType |
DefaultIssueTypeManager.createIssueType(String name,
String description,
Long avatarId) |
IssueType |
IssueTypeManager.createIssueType(String name,
String description,
Long avatarId)
Create a new (non-subtask) issue type.
|
IssueType |
DefaultIssueTypeManager.createIssueType(String name,
String description,
String iconUrl) |
IssueType |
IssueTypeManager.createIssueType(String name,
String description,
String iconUrl)
Deprecated.
Use
IssueTypeManager.createIssueType(String, String, Long) instead. Since v6.3. |
IssueType |
DefaultIssueTypeManager.createSubTaskIssueType(String name,
String description,
Long avatarId) |
IssueType |
IssueTypeManager.createSubTaskIssueType(String name,
String description,
Long avatarId)
Create a new 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 |
DefaultIssueTypeSchemeService.getDefaultIssueType(FieldConfigScheme issueTypeScheme) |
IssueType |
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.
|
IssueType |
IssueTypeService.IssueTypeResult.getIssueType() |
IssueType |
DefaultIssueTypeManager.getIssueType(String id) |
IssueType |
DefaultConstantsManager.getIssueType(String id) |
IssueType |
IssueTypeManager.getIssueType(String id)
Returns the
IssueType for the specified id. |
IssueType |
ConstantsManager.getIssueType(String id)
Given an IssueType ID this method retrieves that IssueType.
|
default IssueType |
ConstantsManager.getIssueTypeObject(String id)
Deprecated.
Since v7.0. Use
ConstantsManager.getIssueType(String) instead. |
IssueType |
MockSubTaskManager.getSubTaskIssueType(String id) |
IssueType |
DefaultSubTaskManager.getSubTaskIssueType(String id) |
IssueType |
SubTaskManager.getSubTaskIssueType(String id)
Returns the SubTask IssueType with the given ID.
|
IssueType |
MockSubTaskManager.getSubTaskIssueTypeById(String id) |
IssueType |
DefaultSubTaskManager.getSubTaskIssueTypeById(String id) |
IssueType |
SubTaskManager.getSubTaskIssueTypeById(String id)
Deprecated.
Use
SubTaskManager.getSubTaskIssueType(String) instead. Since v5.0. |
IssueType |
DefaultConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
Long avatarId) |
IssueType |
ConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
Long avatarId)
Creates a new IssueType.
|
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)
Deprecated.
Use
ConstantsManager.insertIssueType(String, Long, String, String, Long) instead. Since v6.3. |
IssueType |
MockSubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
Long avatarId) |
IssueType |
DefaultSubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
Long avatarId) |
IssueType |
SubTaskManager.insertSubTaskIssueType(String name,
Long sequence,
String description,
Long avatarId)
Create new issue type and adds it to default scheme.
|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
DefaultConstantsManager.getAllIssueTypeObjects() |
Collection<IssueType> |
ConstantsManager.getAllIssueTypeObjects()
Returns a list of IssueTypes.
|
protected List<IssueType> |
DefaultIssueTypeManager.getAllValues() |
Iterable<IssueType> |
DefaultIssueTypeService.getAvailableAlternativesForIssueType(ApplicationUser applicationUser,
String id) |
Iterable<IssueType> |
IssueTypeService.getAvailableAlternativesForIssueType(ApplicationUser applicationUser,
String id)
Returns a collection of suitable alternative
IssueType s to which issues with the supplied issue type can be moved to. |
Collection<IssueType> |
DefaultIssueTypeManager.getAvailableIssueTypes(IssueType issueType) |
Collection<IssueType> |
IssueTypeManager.getAvailableIssueTypes(IssueType issueType)
Returns a collection of suitable alternative
IssueType s to which issues with the supplied issue type can be moved to. |
List<IssueType> |
DefaultConstantsManager.getEditableSubTaskIssueTypes() |
List<IssueType> |
ConstantsManager.getEditableSubTaskIssueTypes()
Retrieves an mutable list of sub-task issues.
|
io.atlassian.fugue.Option<IssueType> |
IssueTypeService.UpdateValidationResult.getIssueType() |
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.
|
Collection<IssueType> |
DefaultIssueTypeManager.getIssueTypes() |
Collection<IssueType> |
IssueTypeManager.getIssueTypes()
Returns all issue types regular and subtask issue types.
|
Iterable<IssueType> |
DefaultIssueTypeService.getIssueTypes(ApplicationUser applicationUser) |
Iterable<IssueType> |
IssueTypeService.getIssueTypes(ApplicationUser applicationUser) |
Collection<IssueType> |
DefaultConstantsManager.getRegularIssueTypeObjects() |
Collection<IssueType> |
ConstantsManager.getRegularIssueTypeObjects()
Retrieve regular (non-subtask) issue types.
|
Collection<IssueType> |
MockSubTaskManager.getSubTaskIssueTypeObjects() |
Collection<IssueType> |
DefaultSubTaskManager.getSubTaskIssueTypeObjects() |
Collection<IssueType> |
DefaultConstantsManager.getSubTaskIssueTypeObjects() |
Collection<IssueType> |
ConstantsManager.getSubTaskIssueTypeObjects()
Retrieves all the sub-task issue types
|
Collection<IssueType> |
SubTaskManager.getSubTaskIssueTypeObjects()
Retrieves all the sub-task issue types
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultIssueTypeManager.editIssueType(IssueType issueType,
String name,
String description,
String iconUrl) |
void |
IssueTypeManager.editIssueType(IssueType issueType,
String name,
String description,
String iconUrl)
Deprecated.
Use
IssueTypeManager.updateIssueType(com.atlassian.jira.issue.issuetype.IssueType, String, String, Long) instead. Since v6.3. |
Collection<IssueType> |
DefaultIssueTypeManager.getAvailableIssueTypes(IssueType issueType) |
Collection<IssueType> |
IssueTypeManager.getAvailableIssueTypes(IssueType issueType)
Returns a collection of suitable alternative
IssueType s to which issues with the supplied issue type can be moved to. |
boolean |
DefaultIssueTypeManager.hasAssociatedIssues(IssueType issueType) |
boolean |
IssueTypeManager.hasAssociatedIssues(IssueType issueType)
Checks if there are any issues associated with this issue type.
|
static IssueTypeService.UpdateValidationResult |
IssueTypeService.UpdateValidationResult.ok(IssueTypeService.IssueTypeUpdateInput issueTypeUpdateInput,
IssueType issueType) |
void |
DefaultIssueTypeManager.updateIssueType(IssueType issueType,
String name,
String description,
Long avatarId) |
void |
IssueTypeManager.updateIssueType(IssueType issueType,
String name,
String description,
Long avatarId)
Edits an existing issue type.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultConstantsManager.recalculateIssueTypeSequencesAndStore(List<IssueType> issueTypes) |
void |
ConstantsManager.recalculateIssueTypeSequencesAndStore(List<IssueType> issueTypes)
Resequences the supplied issuetypes into sequential order.
|
io.atlassian.fugue.Option<Pair<String,ErrorCollection.Reason>> |
DefaultConstantsManager.validateName(String name,
io.atlassian.fugue.Option<IssueType> issueTypeToUpdate) |
io.atlassian.fugue.Option<Pair<String,ErrorCollection.Reason>> |
ConstantsManager.validateName(String name,
io.atlassian.fugue.Option<IssueType> issueTypeToUpdate)
Validates the name of issue type.
|
Constructor and Description |
---|
IssueTypeResult(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
IssueType |
AbstractIssueTypeEvent.getIssueType() |
Constructor and Description |
---|
AbstractIssueTypeEvent(IssueType issueType,
String issueTypeStyle) |
IssueTypeCreatedEvent(IssueType issueType,
String issueTypeStyle) |
IssueTypeDeletedEvent(IssueType issueType,
String issueStyleType) |
IssueTypeUpdatedEvent(IssueType issueType,
String issueStyleType) |
Modifier and Type | Method and Description |
---|---|
IssueType |
IssueTypeScreenSchemeAssociateScreenSchemeEvent.getIssueType() |
Constructor and Description |
---|
IssueTypeScreenSchemeAssociateScreenSchemeEvent(IssueTypeScreenScheme scheme,
IssueType issueType,
FieldScreenScheme fieldScreenScheme) |
Modifier and Type | Method and Description |
---|---|
IssueType |
IssueTypeImportHelper.getIssueTypeForName(String name)
Returns the IssueType, in the current system, with the given name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IssueType |
DocumentIssueImpl.getIssueType() |
IssueType |
IssueImpl.getIssueType() |
IssueType |
Issue.getIssueType()
Gets the IssueType for this Issue.
|
IssueType |
DocumentIssueImpl.getIssueTypeObject() |
IssueType |
AbstractIssue.getIssueTypeObject() |
IssueType |
Issue.getIssueTypeObject()
Deprecated.
Please use
Issue.getIssueType() . Deprecated since v7.0 |
Modifier and Type | Method and Description |
---|---|
void |
IssueImpl.setIssueType(IssueType issueType) |
void |
MutableIssue.setIssueType(IssueType issueType) |
void |
IssueImpl.setIssueTypeObject(IssueType issueType) |
void |
MutableIssue.setIssueTypeObject(IssueType issueType)
Sets the IssueType for this Issue.
|
Modifier and Type | Method and Description |
---|---|
CustomField |
CustomFieldManager.createCustomField(String fieldName,
String description,
CustomFieldType fieldType,
CustomFieldSearcher customFieldSearcher,
List<JiraContextNode> contexts,
List<IssueType> issueTypes)
Creates a custom field with the given name and description of the given CustomFieldType
using the given CustomFieldSearcher that is displayed in the given list of contexts available to the given list of issueTypes.
|
ErrorCollection |
IssueVerifier.verifyForMigration(Issue issue,
List<IssueType> typesNeedingMigration,
WorkflowMigrationMapping workflowMigrationMapping,
boolean checkWorkflowIntegrity) |
Modifier and Type | Method and Description |
---|---|
ArchiveQuery.Builder |
ArchiveQuery.Builder.issueType(IssueType... issueTypes) |
Modifier and Type | Method and Description |
---|---|
IssueType |
IssueContextImpl.getIssueType() |
IssueType |
ProjectContext.getIssueType() |
IssueType |
GlobalIssueContext.getIssueType() |
IssueType |
IssueContext.getIssueType()
Gets the IssueType for this IssueContext.
|
IssueType |
IssueContextImpl.getIssueTypeObject() |
IssueType |
ProjectContext.getIssueTypeObject() |
IssueType |
GlobalIssueContext.getIssueTypeObject() |
IssueType |
IssueContext.getIssueTypeObject()
Deprecated.
Please use
IssueContext.getIssueType() . Deprecated since v7.0 |
Constructor and Description |
---|
IssueContextImpl(Project project,
IssueType issueType)
Create a context.
|
Modifier and Type | Method and Description |
---|---|
static List<IssueType> |
CustomFieldUtils.buildIssueTypes(ConstantsManager constantsManager,
String[] issueTypes) |
Modifier and Type | Method and Description |
---|---|
IssueType |
IssueTypeSystemField.getDefaultValue(Issue issue) |
IssueType |
IssueTypeSystemField.getValueFromParams(Map params) |
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
MockCustomField.getAssociatedIssueTypeObjects() |
List<IssueType> |
ImmutableCustomField.getAssociatedIssueTypeObjects() |
List<IssueType> |
CustomField.getAssociatedIssueTypeObjects()
Deprecated.
As of 7.2, please use
CustomField.getAssociatedIssueTypes() |
List<IssueType> |
MockCustomField.getAssociatedIssueTypes() |
List<IssueType> |
ImmutableCustomField.getAssociatedIssueTypes() |
List<IssueType> |
CustomField.getAssociatedIssueTypes()
Returns a list of
IssueType s directly associated with this CustomField . |
Modifier and Type | Method and Description |
---|---|
void |
IssueTypeSystemField.createValue(Issue issue,
IssueType value) |
String |
IssueTypeSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem,
webwork.action.Action action,
Issue issue,
IssueType issueType,
Map displayParameters) |
Modifier and Type | Method and Description |
---|---|
MockCustomField |
MockCustomField.setAssociatedIssueTypes(List<IssueType> issueTypes) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
MockFieldConfigScheme.getAssociatedIssueTypeObjects() |
default Collection<IssueType> |
FieldConfigScheme.getAssociatedIssueTypeObjects()
Deprecated.
Since v7.0
|
Collection<IssueType> |
MockFieldConfigScheme.getAssociatedIssueTypes() |
Collection<IssueType> |
FieldConfigScheme.getAssociatedIssueTypes()
Returns the associated Issue Types.
|
Collection<IssueType> |
FieldConfigSchemeImpl.getAssociatedIssueTypes() |
Modifier and Type | Field and Description |
---|---|
static List<IssueType> |
FieldConfigSchemeManager.ALL_ISSUE_TYPES
This magic value list contains a single null element.
|
Modifier and Type | Method and Description |
---|---|
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 default
IssueType for the given field configuration. |
IssueType |
IssueTypeSchemeManagerImpl.getDefaultValue(org.ofbiz.core.entity.GenericValue 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) |
Modifier and Type | Method and Description |
---|---|
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.getIssueTypesForScheme(FieldConfigScheme issueTypeScheme) |
Collection<IssueType> |
IssueTypeSchemeManager.getIssueTypesForScheme(FieldConfigScheme issueTypeScheme)
Return the collection of issue types associated with the specified IssueType[FieldConfig]Scheme
|
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) . |
Modifier and Type | Method and Description |
---|---|
Collection |
FieldConfigSchemeManagerImpl.getInvalidFieldConfigSchemesForIssueTypeRemoval(IssueType issueType) |
Collection |
FieldConfigSchemeManager.getInvalidFieldConfigSchemesForIssueTypeRemoval(IssueType issueType)
Returns a collection of
FieldConfigScheme s 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.
|
Modifier and Type | Method and Description |
---|---|
FieldConfigScheme |
FieldConfigSchemeManagerImpl.createDefaultScheme(ConfigurableField field,
List<JiraContextNode> contexts,
List<IssueType> issueTypes) |
FieldConfigScheme |
FieldConfigSchemeManager.createDefaultScheme(ConfigurableField field,
List<JiraContextNode> contexts,
List<IssueType> issueTypes) |
FieldConfigScheme |
FieldConfigSchemeManagerImpl.createFieldConfigScheme(FieldConfigScheme newConfigScheme,
List<JiraContextNode> contexts,
List<IssueType> issueTypes,
ConfigurableField field) |
FieldConfigScheme |
FieldConfigSchemeManager.createFieldConfigScheme(FieldConfigScheme newConfigScheme,
List<JiraContextNode> contexts,
List<IssueType> issueTypes,
ConfigurableField field) |
Modifier and Type | Method and Description |
---|---|
Collection<FieldConfigScheme> |
FieldConfigSchemePersister.getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType)
Returns a collection of the
FieldConfigScheme s that will be made invalid if the issueType is
removed (that is the FieldConfigScheme would no longer be bound to ANY issue types). |
Collection<FieldConfigScheme> |
FieldConfigSchemePersisterImpl.getInvalidFieldConfigSchemeAfterIssueTypeRemoval(IssueType issueType) |
void |
CachedFieldConfigSchemePersister.removeByIssueType(IssueType issueType) |
void |
FieldConfigSchemePersister.removeByIssueType(IssueType issueType)
Removes
FieldConfigScheme associations for the given issue type. |
void |
FieldConfigSchemePersisterImpl.removeByIssueType(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
IssueType |
FieldLayoutSchemeEntityImpl.getIssueType() |
IssueType |
FieldLayoutSchemeEntity.getIssueType() |
IssueType |
FieldLayoutSchemeEntityImpl.getIssueTypeObject() |
IssueType |
FieldLayoutSchemeEntity.getIssueTypeObject() |
Modifier and Type | Method and Description |
---|---|
static IssueTypeJsonBean |
IssueTypeJsonBean.shortBean(IssueType issuetype,
JiraBaseUrls urls) |
Modifier and Type | Method and Description |
---|---|
static Collection<IssueTypeJsonBean> |
IssueTypeJsonBean.shortBeans(Collection<IssueType> issuetypes,
JiraBaseUrls urls) |
Modifier and Type | Method and Description |
---|---|
IssueType |
MockIssueTypeScreenSchemeEntity.getIssueType() |
IssueType |
IssueTypeScreenSchemeEntityImpl.getIssueType() |
IssueType |
IssueTypeScreenSchemeEntity.getIssueType() |
IssueType |
MockIssueTypeScreenSchemeEntity.getIssueTypeObject() |
IssueType |
IssueTypeScreenSchemeEntityImpl.getIssueTypeObject() |
IssueType |
IssueTypeScreenSchemeEntity.getIssueTypeObject() |
Modifier and Type | Method and Description |
---|---|
MockIssueTypeScreenSchemeEntity |
MockIssueTypeScreenScheme.createEntity(IssueType type) |
FieldScreenScheme |
MockIssueTypeScreenScheme.getEffectiveFieldScreenScheme(IssueType type) |
FieldScreenScheme |
IssueTypeScreenSchemeImpl.getEffectiveFieldScreenScheme(IssueType type) |
FieldScreenScheme |
IssueTypeScreenScheme.getEffectiveFieldScreenScheme(IssueType type)
Return
FieldScreenScheme that JIRA will actually use
for the passed IssueType . |
MockIssueTypeScreenSchemeEntity |
MockIssueTypeScreenSchemeEntity.issueType(IssueType type) |
Modifier and Type | Class and Description |
---|---|
class |
IssueTypeImpl |
class |
MockIssueType |
Modifier and Type | Method and Description |
---|---|
static IssueTypeWithID |
IssueTypeWithID.fromIssueType(IssueType issueType)
Creates an IssueTypeWithId from IssueType.
|
Modifier and Type | Method and Description |
---|---|
CustomField |
CachingCustomFieldManager.createCustomField(String fieldName,
String description,
CustomFieldType fieldType,
CustomFieldSearcher customFieldSearcher,
List<JiraContextNode> contexts,
List<IssueType> issueTypes) |
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
SearchContextImpl.getIssueTypes() |
List<IssueType> |
SearchContext.getIssueTypes()
Returns issue types objects in this SearchContext
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
IssueTypeResolver.getAll() |
Modifier and Type | Method and Description |
---|---|
IssueType |
TemplateIssue.getIssueType() |
IssueType |
TemplateIssue.getIssueTypeObject() |
Modifier and Type | Method and Description |
---|---|
String |
MailAttachmentsManagerImpl.getIssueTypeIconUrl(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
IssueType |
MockConstantsManager.getIssueType(String id) |
IssueType |
MockConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
Long avatarId) |
IssueType |
MockConstantsManager.insertIssueType(String name,
Long sequence,
String style,
String description,
String iconurl) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
MockConstantsManager.getAllIssueTypeObjects() |
List<IssueType> |
MockConstantsManager.getEditableSubTaskIssueTypes() |
Collection<IssueType> |
MockConstantsManager.getRegularIssueTypeObjects() |
Collection<IssueType> |
MockConstantsManager.getSubTaskIssueTypeObjects() |
Modifier and Type | Method and Description |
---|---|
void |
MockConstantsManager.addIssueType(IssueType type) |
Modifier and Type | Method and Description |
---|---|
void |
MockConstantsManager.recalculateIssueTypeSequencesAndStore(List<IssueType> issueTypes) |
io.atlassian.fugue.Option<Pair<String,ErrorCollection.Reason>> |
MockConstantsManager.validateName(String name,
io.atlassian.fugue.Option<IssueType> issueType) |
Modifier and Type | Method and Description |
---|---|
IssueType |
MockIssue.getIssueType() |
IssueType |
MockIssue.getIssueTypeObject() |
Modifier and Type | Method and Description |
---|---|
void |
MockIssue.setIssueType(IssueType issueType) |
void |
MockIssue.setIssueTypeObject(IssueType issueTypeObject) |
Modifier and Type | Method and Description |
---|---|
FieldScreenScheme |
MockIssueTypeScreenScheme.getEffectiveFieldScreenScheme(IssueType type) |
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
MockSearchContext.getIssueTypes() |
Modifier and Type | Method and Description |
---|---|
IssueType |
ReportIssue.getIssueType() |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
MockProject.getIssueTypes() |
Collection<IssueType> |
ProjectImpl.getIssueTypes() |
Collection<IssueType> |
Project.getIssueTypes() |
Modifier and Type | Method and Description |
---|---|
MockProject |
MockProject.setIssueTypes(IssueType... types) |
Modifier and Type | Method and Description |
---|---|
MockProject |
MockProject.setIssueTypes(Collection<IssueType> types) |
Modifier and Type | Method and Description |
---|---|
Map<String,IssueType> |
ConfigureData.createdIssueTypes()
Returns the IssueType instances that have been created for this project, mapped to their template key.
|
Modifier and Type | Method and Description |
---|---|
static ConfigureData |
ConfigureData.create(Project project,
Scheme workflowScheme,
Map<String,JiraWorkflow> createdWorkflows,
FieldConfigScheme issueTypeScheme,
Map<String,IssueType> createdIssueTypes) |
static ConfigureData |
ConfigureData.create(Project project,
Scheme workflowScheme,
Map<String,JiraWorkflow> createdWorkflows,
FieldConfigScheme issueTypeScheme,
Map<String,IssueType> createdIssueTypes,
IssueTypeScreenScheme issueTypeScreenScheme,
Map<String,FieldScreenScheme> screenSchemes,
Map<String,FieldScreen> screens,
Collection<Resolution> createdResolutions)
Creates a new ConfigureData.
|
Modifier and Type | Method and Description |
---|---|
IssueType |
SimpleIssueType.getConstant() |
IssueType |
SimpleIssueTypeImpl.getConstant() |
IssueType |
ProjectContext.getType() |
Constructor and Description |
---|
ProjectContext(Project project,
IssueType type) |
SimpleIssueTypeImpl(IssueType issueType,
boolean defaultIssueType) |
Modifier and Type | Method and Description |
---|---|
IssueType |
ProjectIssueTypeContextProvider.ProjectIssueType.getConstant() |
Constructor and Description |
---|
IssueTypeConfigData(IssueType issueType) |
ProjectIssueType(IssueType issueType,
boolean defaultIssueType,
String workflowName,
FieldScreenScheme fieldScreenScheme,
FieldLayout fieldLayout) |
Modifier and Type | Method and Description |
---|---|
IssueType |
WorkflowSchemeRestHelper.SimpleIssueType.getConstant() |
Constructor and Description |
---|
SimpleIssueType(IssueType issueType) |
SimpleIssueType(IssueType issueType,
boolean defaultIssueType) |
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
SharedIssueTypeWorkflowData.getIssueTypes() |
Modifier and Type | Method and Description |
---|---|
SharedIssueTypeWorkflowData |
SharedEntitiesHelper.getSharedData(Project project,
IssueType issueType,
String workflowName)
Deprecated.
since 7.4 no need for passing issueType if passing WorkflowName
|
Modifier and Type | Method and Description |
---|---|
SharedIssueTypeWorkflowData |
SharedEntitiesHelper.getSharedData(FieldScreen screen,
List<IssueType> issueTypes) |
Constructor and Description |
---|
SharedIssueTypeWorkflowData(List<Project> allowedProjects,
List<IssueType> issueTypes) |
SharedIssueTypeWorkflowData(List<Project> allowedProjects,
List<IssueType> issueTypes,
long totalProjectsCount) |
Modifier and Type | Field and Description |
---|---|
protected IssueType |
AbstractMetaFieldBeanBuilder.issueType |
Modifier and Type | Method and Description |
---|---|
IssueTypeBeanBuilder |
IssueTypeBeanBuilder.issueType(IssueType issueType)
Sets the issue type.
|
Modifier and Type | Method and Description |
---|---|
CreateMetaIssueTypeBeanBuilder |
CreateMetaIssueTypeBeanBuilder.issueType(java.util.function.Predicate<IssueType> issueTypePredicate) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
ManageConfigurationScheme.getAllIssueTypes() |
Modifier and Type | Method and Description |
---|---|
boolean |
CustomFieldContextConfigHelperImpl.doesAddingContextToCustomFieldAffectIssues(ApplicationUser user,
CustomField customField,
List<JiraContextNode> projectContexts,
List<IssueType> issueTypes,
boolean isNewCustomField) |
boolean |
CustomFieldContextConfigHelper.doesAddingContextToCustomFieldAffectIssues(ApplicationUser user,
CustomField customField,
List<JiraContextNode> projectContexts,
List<IssueType> issueTypes,
boolean isNewCustomField)
Determines if adding the project and issue type contexts to the custom field will affect any issues.
|
boolean |
CustomFieldContextConfigHelperImpl.doesChangingContextAffectIssues(ApplicationUser user,
CustomField customField,
FieldConfigScheme oldFieldConfigScheme,
boolean isNewSchemeGlobal,
List<JiraContextNode> projectContexts,
List<IssueType> issueTypes) |
boolean |
CustomFieldContextConfigHelper.doesChangingContextAffectIssues(ApplicationUser user,
CustomField customField,
FieldConfigScheme oldFieldConfigScheme,
boolean isNewSchemeGlobal,
List<JiraContextNode> newProjectContexts,
List<IssueType> newIssueTypes)
Determines if altering an existing configuration context for a custom field will affect any issues.
|
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
AddIssueTypeToFieldConfigurationAssociation.getAddableIssueTypes() |
Modifier and Type | Method and Description |
---|---|
IssueType |
ConfigureFieldLayoutScheme.getIssueType() |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
ConfigureFieldLayoutScheme.getAddableIssueTypes() |
Modifier and Type | Method and Description |
---|---|
IssueType |
ConfigureIssueTypeScreenScheme.getIssueType() |
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
AddIssueTypeScreenScreenSchemeAssociation.getAddableIssueTypes() |
Modifier and Type | Method and Description |
---|---|
protected IssueType |
EditIssueType.getConstant(String id) |
protected IssueType |
ViewIssueTypes.getConstant(String id) |
protected IssueType |
DeleteIssueType.getConstant(String id) |
protected IssueType |
DeleteIssueType.getIssueTypeObject() |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
DeleteIssueType.getAvailableIssueTypes() |
protected Collection<IssueType> |
EditIssueType.getConstants() |
protected Collection<IssueType> |
ViewIssueTypes.getConstants() |
protected Collection<IssueType> |
DeleteIssueType.getConstants() |
Modifier and Type | Method and Description |
---|---|
protected Collection<IssueType> |
DeleteSubTaskIssueType.getConstants() |
Modifier and Type | Method and Description |
---|---|
IssueType |
ViewSchemes.getIssueType(String type) |
Modifier and Type | Method and Description |
---|---|
JiraWorkflow |
SelectProjectWorkflowSchemeStep2.getExistingWorkflow(IssueType issueType) |
long |
SelectProjectWorkflowSchemeStep2.getNumAffectedIssues(IssueType issueType) |
String |
SelectProjectWorkflowSchemeStep2.getSelectListName(IssueType issueType,
Status status) |
Collection<Status> |
SelectProjectWorkflowSchemeStep2.getStatusesNeedingMigration(IssueType issueType) |
Collection |
SelectProjectWorkflowSchemeStep2.getTargetStatuses(IssueType issueType) |
JiraWorkflow |
SelectProjectWorkflowSchemeStep2.getTargetWorkflow(IssueType issueType) |
long |
SelectProjectWorkflowSchemeStep2.getTotalAffectedIssues(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
ReleaseNote.getIssueTypes() |
Modifier and Type | Method and Description |
---|---|
IssueType |
CreateIssue.getIssueType() |
IssueType |
MoveIssue.getTargetIssueTypeObject() |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
MoveIssueSubtasks.getMigrateIssueTypes() |
Collection<IssueType> |
MoveIssueSubtasks.getProjectSubtaskIssueTypes() |
Modifier and Type | Method and Description |
---|---|
String |
BulkMigrate.getNameTranslation(IssueType issueType) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
MoveIssueUpdateWorkflow.getTaskInvalidTypes() |
Modifier and Type | Method and Description |
---|---|
IssueType |
ShowConstantsHelp.getIssueType(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
ShowConstantsHelp.getIssueTypes() |
List<IssueType> |
PopularIssueTypesUtil.PopularIssueTypesHolder.getOtherIssueTypes() |
List<IssueType> |
PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project,
ApplicationUser user) |
List<IssueType> |
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.
|
List<IssueType> |
PopularIssueTypesUtil.PopularIssueTypesHolder.getPopularIssueTypes() |
List<IssueType> |
PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project,
ApplicationUser user) |
List<IssueType> |
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.
|
Collection<IssueType> |
ShowConstantsHelp.getSubTaskIssueTypes() |
Constructor and Description |
---|
PopularIssueTypesHolder(List<IssueType> popularIssueTypes,
List<IssueType> otherIssueTypes) |
PopularIssueTypesHolder(List<IssueType> popularIssueTypes,
List<IssueType> otherIssueTypes) |
Modifier and Type | Method and Description |
---|---|
IssueType |
BulkEditBeanImpl.getIssueType() |
IssueType |
BulkEditBean.getIssueType() |
IssueType |
BulkEditBeanImpl.getTargetIssueType() |
IssueType |
BulkEditBean.getTargetIssueType() |
IssueType |
BulkEditBeanImpl.getTargetIssueTypeObject() |
IssueType |
BulkEditBean.getTargetIssueTypeObject() |
Modifier and Type | Method and Description |
---|---|
Collection<IssueType> |
BulkEditBeanImpl.getIssueTypeObjects() |
Collection<IssueType> |
BulkEditBean.getIssueTypeObjects() |
Modifier and Type | Field and Description |
---|---|
protected Map<IssueType,Collection<Status>> |
AbstractWorkflowSchemeMigrationHelper.statusesNeedingMigration |
protected List<IssueType> |
AbstractWorkflowSchemeMigrationHelper.typesNeedingMigration |
Modifier and Type | Method and Description |
---|---|
List<IssueType> |
AbstractWorkflowSchemeMigrationHelper.getTypesNeedingMigration() |
List<IssueType> |
WorkflowSchemeMigrationHelper.getTypesNeedingMigration() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorkflowSchemeMigrationHelper.addMapping(IssueType issueType,
Status oldStatus,
Status newStatus) |
void |
WorkflowSchemeMigrationHelper.addMapping(IssueType issueType,
Status oldStatus,
Status newStatus) |
Collection<Status> |
AbstractWorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) |
Collection<Status> |
WorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.