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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_self** | Option<**String**> | The URL of these count details. | [optional][readonly]
**issues_fixed_count** | Option<**i64**> | Count of issues where the `fixVersion` is set to the version. | [optional][readonly]
**issues_affected_count** | Option<**i64**> | Count of issues where the `affectedVersion` is set to the version. | [optional][readonly]
**issue_count_with_custom_fields_showing_version** | Option<**i64**> | Count of issues where a version custom field is set to the version. | [optional][readonly]
**custom_field_usage** | Option<[**Vec<crate::models::VersionUsageInCustomField>**]VersionUsageInCustomField.md> | List of custom fields using the version. | [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)