# CreateCustomFieldContext
## Properties
**id** | Option<**String**> | The ID of the context. | [optional][readonly]
**name** | **String** | The name of the context. |
**description** | Option<**String**> | The description of the context. | [optional]
**project_ids** | Option<**Vec<String>**> | The list of project IDs associated with the context. If the list is empty, the context is global. | [optional]
**issue_type_ids** | Option<**Vec<String>**> | The list of issue types IDs for the context. If the list is empty, the context refers to all issue types. | [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)