Flavors are individual in each workspace. To address them via the API, you can use either the GUID (a globally unique ID with special formatting) or the name of the Flavor.
You can retrieve the GUID of a Flavor by opening the flavor configuration as an administrator:
- Open a task or a project
- Click on a flavor name
- Select
Configure
in the context menu - Copy the
GUID
from the configuration menu:
The syntax for using the GUID in an API call is as follows:
<flavor target="GUID or Name">Value</flavor>
Request Data (Example Data):
<Tasks projectId="e7737f60-d5a8-4b61-8cda-2ad51ccff4dd">
<Task>
<Id>567ed2e2-4eba-4c4d-aadd-97b8778ea98e</Id>
<Flavor target="f5a7dbd8-b3dc-4e51-99a6-385846823311">PHRI</Flavor>
<Flavor target="fa44bc82-30a9-4eb9-a343-f5b7f0a9c269">Object Planning</Flavor>
</Task>
</Tasks>
Comments
0 comments
Please sign in to leave a comment.