# CustomContextVariable
## Properties
**_type** | **String** | Type of custom context variable. |
**account_id** | **String** | The account ID of the user. |
**id** | Option<**i64**> | The issue ID. | [optional]
**key** | Option<**String**> | The issue key. | [optional]
**value** | Option<[**serde_json::Value**](.md)> | A JSON object containing custom content. | [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)