hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# JexpJqlIssues

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query** | Option<**String**> | The JQL query. | [optional]
**start_at** | Option<**i64**> | The index of the first issue to return from the JQL query. | [optional]
**max_results** | Option<**i32**> | The maximum number of issues to return from the JQL query. Inspect `meta.issues.jql.maxResults` in the response to ensure the maximum value has not been exceeded. | [optional]
**validation** | Option<**String**> | Determines how to validate the JQL query and treat the validation results. | [optional][default to Validation_Strict]

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