jira-api-v2 1.0.1

Jira Cloud platform REST API
Documentation
# IssueBean

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expand** | Option<**String**> | Expand options that include additional issue details in the response. | [optional][readonly]
**id** | Option<**String**> | The ID of the issue. | [optional][readonly]
**param_self** | Option<**String**> | The URL of the issue details. | [optional][readonly]
**key** | Option<**String**> | The key of the issue. | [optional][readonly]
**rendered_fields** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | The rendered value of each field present on the issue. | [optional][readonly]
**properties** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | Details of the issue properties identified in the request. | [optional][readonly]
**names** | Option<**std::collections::HashMap<String, String>**> | The ID and name of each field present on the issue. | [optional][readonly]
**schema** | Option<[**std::collections::HashMap<String, models::JsonTypeBean>**]JsonTypeBean.md> | The schema describing each field present on the issue. | [optional][readonly]
**transitions** | Option<[**Vec<models::IssueTransition>**]IssueTransition.md> | The transitions that can be performed on the issue. | [optional][readonly]
**operations** | Option<[**models::Operations**]Operations.md> | The operations that can be performed on the issue. | [optional][readonly]
**editmeta** | Option<[**models::IssueUpdateMetadata**]IssueUpdateMetadata.md> | The metadata for the fields on the issue that can be amended. | [optional][readonly]
**changelog** | Option<[**models::PageOfChangelogs**]PageOfChangelogs.md> | Details of changelogs associated with the issue. | [optional][readonly]
**versioned_representations** | Option<[**std::collections::HashMap<String, std::collections::HashMap<String, serde_json::Value>>**]std::collections::HashMap.md> | The versions of each field on the issue. | [optional][readonly]
**fields_to_include** | Option<[**models::IncludedFields**]IncludedFields.md> |  | [optional]
**fields** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> |  | [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)