Sha256: 79ddfc05662fd296abdb3e79f991f7ab6e1d40b329972030492968471267d01a

Contents?: true

Size: 582 Bytes

Versions: 3

Compression:

Stored size: 582 Bytes

Contents

# Athenian::FilterJIRAStuffWith

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **assignees** | **Array<String>** | Selected issue assignee users. `null` means unassigned. | [optional] |
| **reporters** | **Array<String>** | Selected issue reporter users. | [optional] |
| **commenters** | **Array<String>** | Selected issue commenter users. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::FilterJIRAStuffWith.new(
  assignees: null,
  reporters: null,
  commenters: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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