hi-jira2 0.0.1

Jira rest api v2
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]
**_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, crate::models::JsonTypeBean>**]JsonTypeBean.md> | The schema describing each field present on the issue. | [optional][readonly]
**transitions** | Option<[**Vec<crate::models::IssueTransition>**]IssueTransition.md> | The transitions that can be performed on the issue. | [optional][readonly]
**operations** | Option<[**crate::models::Operations**]Operations.md> | The operations that can be performed on the issue. | [optional][readonly]
**editmeta** | Option<[**crate::models::IssueUpdateMetadata**]IssueUpdateMetadata.md> | The metadata for the fields on the issue that can be amended. | [optional][readonly]
**changelog** | Option<[**crate::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>>**]map.md> | The versions of each field on the issue. | [optional][readonly]
**fields_to_include** | Option<[**crate::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)