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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**summary** | Option<**String**> | The summary description of the linked issue. | [optional][readonly]
**status** | Option<[**crate::models::StatusDetails**]StatusDetails.md> | The status of the linked issue. | [optional][readonly]
**priority** | Option<[**crate::models::Priority**]Priority.md> | The priority of the linked issue. | [optional][readonly]
**assignee** | Option<[**crate::models::UserDetails**]UserDetails.md> | The assignee of the linked issue. | [optional][readonly]
**timetracking** | Option<[**crate::models::TimeTrackingDetails**]TimeTrackingDetails.md> | The time tracking of the linked issue. | [optional][readonly]
**issuetype** | Option<[**crate::models::IssueTypeDetails**]IssueTypeDetails.md> |  | [optional]
**issue_type** | Option<[**crate::models::IssueTypeDetails**]IssueTypeDetails.md> | The type of the linked issue. | [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)