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
# SuggestedIssue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | The ID of the issue. | [optional][readonly]
**key** | Option<**String**> | The key of the issue. | [optional][readonly]
**key_html** | Option<**String**> | The key of the issue in HTML format. | [optional][readonly]
**img** | Option<**String**> | The URL of the issue type's avatar. | [optional][readonly]
**summary** | Option<**String**> | The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags. | [optional][readonly]
**summary_text** | Option<**String**> | The phrase containing the query string, as plain text. | [optional][readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)