Sha256: 0f35af2d0e57c5b006284a630329b3f01ebd659c3ff5f6abaf54dd838b4e3926

Contents?: true

Size: 632 Bytes

Versions: 3

Compression:

Stored size: 632 Bytes

Contents

# Athenian::MappedJIRAIdentity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **developer_id** | [**ReleasedPullRequestAuthor**](ReleasedPullRequestAuthor.md) |  |  |
| **developer_name** | **String** | Full name of the mapped GitHub user. |  |
| **jira_name** | **String** | Full name of the mapped JIRA user. |  |
| **confidence** | **Float** | Value from 0 to 1 indicating how similar are the users. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::MappedJIRAIdentity.new(
  developer_id: null,
  developer_name: null,
  jira_name: null,
  confidence: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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