createCasePackage operation

Creates a package that contains the case artifacts that are specified by the parameters for this operation and stores the package in the case folder.

Parameter Type Description
caseId String The identifier of the case.

You must set the expression for the caseID parameter to the F_CaseFolder business object field in the Expression Builder window.

casePackageName String The name of the case package.
locale String The two-letter language code. The createCasePackage operation also supports the following four-letter language codes:
en_US
English (United States)
nb_NO
Norwegian (Bokmål)
pt_BR
Portuguese (Brazilian)
zh_CN
Chinese (Simplified)
zh_TW
Chinese (Traditional)
packagingOptionNames String[] The list of artifacts that are to be included in the case package.
The list can include the following values:
includeAllCaseProperties
Set to True to include all case properties in the package.
includeAllSystemProperties
Set to True to include all system properties in the package.
includeAllCaseDocuments
Set to True to include all case documents in the package.
includeAllCaseRelationships
Set to True to include all case relationships in the package.
includeAllComments
Set to True to include all case, document, work item, and task comments in the package.
includeCaseComments
Set to True to include all case comments in the package.
includeDocumentComments
Set to True to include all document comments in the package.
includeWorkItemComments
Set to True to include all work item comments in the package.
includeTaskComments
Set to True to include all task comments in the package.
includeCaseHistory
Set to True to include the case history in the package.
includeCaseEvents
Set to True to include the case events in the package.
Author
A string that specifies the name of the case package author.
Title
A string that specifies a title for the case package.
Keywords
A set of keywords for the case package. Use commas to separate the keywords.
Subject
A string that specifies the subject for the case package.

Enclose the option names in quotation marks and separate the names with commas.

packagingOptionValues String[] The list of values corresponding to the options that are specified for the packagingOptionNames parameter.