Sha256: b7243b0787f7a93c2de531f4945a9892e5863140887380a41369e8bf0f05648c

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 Bytes

Contents

# Athenian::JIRAStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Exact status name. |  |
| **stage** | [**JIRAStatusCategory**](JIRAStatusCategory.md) |  |  |
| **project** | **String** | Identifier of the project where this status exists. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::JIRAStatus.new(
  name: null,
  stage: null,
  project: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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