Content
View differences
Updated by Nils Kenneweg over 12 years ago
**As** developer
**I want** to be able to receive the values of custom fields of work packages when requesting all work packages of a given project,
**so that** I don’t need to issue a separate request for each and every work package.
## Considerations
**Performance**
- If this imposes an performance issue, could it be resolved by only optionally sending custom fields (client decides if custom fields are required)
- either by providing a boolean flag (e.g. “includeCustomFields”)
- or by providing a list of requested custom fields (defaulting to an empty list)
**I want** to be able to receive the values of custom fields of work packages when requesting all work packages of a given project,
**so that** I don’t need to issue a separate request for each and every work package.
## Considerations
**Performance**
- If this imposes an performance issue, could it be resolved by only optionally sending custom fields (client decides if custom fields are required)
- either by providing a boolean flag (e.g. “includeCustomFields”)
- or by providing a list of requested custom fields (defaulting to an empty list)