-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionUse
ObjectSchemaExportService.streamSchemaToClient(ExportObjectSchemaDataBean)
instead. Due to being deprecated, this method will NOT support auditing. This method will be removed with Jira 6.0 platform release.Will be removed. Use loadObjectAttributeBean(objectId, objectTypeAttributeId) insteaduse theObjectFacade.deleteObjectAttributeBean(long)
insteaduseObjectFacade.findObjectTicketConnections(int)
insteadGo through the object to load the object attribute bean instead of directly. This will be removed in future releasesuse setValue instead for correct behaviour. This will be removed with Assets 6 keep this above the setTextValue method to not cause issues with copy propertiesuse setValue instead for correct behaviour. This will be removed with Assets 6Use { @link MutableObjectAttributeBean#create() } instead.Use { @link MutableObjectAttributeValueBean#create() } instead.This method will be removed in JSM 6. UseMutableObjectBean.create(ObjectBean)
insteadThis method will be removed in JSM 6. UseMutableObjectBean.create(ObjectBean, Class)
insteadThis method will be removed in JSM 6. UseObjectBean.getLabel()
instead.the category as ProgressCategory will throwIllegalStateException
if this progress id's category can not be represented as aProgressCategory
useProgressId.create(String, String)
insteaduseProgressId.create(String, String)
instead
-
Deprecated Constructors
ObjectSchemaExportService.streamSchemaToClient(ExportObjectSchemaDataBean)
instead.