# CreateCustomFieldContext ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | Option<**String**> | The description of the context. | [optional] **id** | Option<**String**> | The ID of the context. | [optional][readonly] **issue_type_ids** | Option<**Vec**> | The list of issue types IDs for the context. If the list is empty, the context refers to all issue types. | [optional] **name** | **String** | The name of the context. | **project_ids** | Option<**Vec**> | The list of project IDs associated with the context. If the list is empty, the context is global. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)