getProjectEnumeration
Retrieve a specific enumeration from a Polarion project by providing its context, name, and target type. Returns the list of allowed values for work items, plans, testing, or documents.
Instructions
Returns the specified Enumeration from the Project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| enumContext | Yes | The Enumeration context. (Allowed values are '~', 'plans', 'testing' and 'documents'. Use '~' for Work Item or general enumerations.) | |
| enumName | Yes | The Enumeration Name. | |
| targetType | Yes | The Enumeration target type. (Use '~' when there is no specific type for the enumeration.) | |
| fields | No | Filter returned resource fields. See <a href="https://docs.sw.siemens.com/en-US/doc/230235217/PL20231017526942799.polarion_help_sc.xid2134849/xid2134871" target="_blank">REST API User Guide</a> for details. | |
| include | No | Include related entities. See <a href="https://docs.sw.siemens.com/en-US/doc/230235217/PL20231017526942799.polarion_help_sc.xid2134849/xid2134871" target="_blank">REST API User Guide</a> for details. |