hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ProjectFeature

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_id** | Option<**i64**> | The ID of the project. | [optional]
**state** | Option<**String**> | The state of the feature. When updating the state of a feature, only ENABLED and DISABLED are supported. Responses can contain all values | [optional]
**toggle_locked** | Option<**bool**> | Whether the state of the feature can be updated. | [optional]
**feature** | Option<**String**> | The key of the feature. | [optional]
**prerequisites** | Option<**Vec<String>**> | List of keys of the features required to enable the feature. | [optional]
**localised_name** | Option<**String**> | Localized display name for the feature. | [optional]
**localised_description** | Option<**String**> | Localized display description for the feature. | [optional]
**image_uri** | Option<**String**> | URI for the image representing the feature. | [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)