Sha256: 18820d626847727d9ad2ef18bf750ea71395b2af3f2205e1364dacabb4f16b26

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

# Athenian::GetJIRAIssuesRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | **Integer** | Account ID. |  |
| **include** | [**Array<GetJIRAIssuesInclude>**](GetJIRAIssuesInclude.md) | Additional informations to include in the response. | [optional] |
| **issues** | **Array<String>** | List of issue identifiers (issue keys) to retrieve. The order of the requested issues will be preserved in the response.  |  |

## Example

```ruby
require 'athenian'

instance = Athenian::GetJIRAIssuesRequest.new(
  account: null,
  include: null,
  issues: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/GetJIRAIssuesRequest.md
athenian-2.1.85 docs/GetJIRAIssuesRequest.md
athenian-2.1.81 docs/GetJIRAIssuesRequest.md