Sha256: c9124eae131cb17b91cb78bffa373c4538e4409fb2ba39a766f71d3d02c65319
Contents?: true
Size: 570 Bytes
Versions: 3
Compression:
Stored size: 570 Bytes
Contents
# Athenian::MappedJIRAIdentityChange ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **developer_id** | **String** | User name which uniquely identifies any developer on any service provider. The format matches the profile URL without the protocol part. | | | **jira_name** | **String** | Full name of the mapped JIRA user. `null` means the removal. | | ## Example ```ruby require 'athenian' instance = Athenian::MappedJIRAIdentityChange.new( developer_id: github.com/vmarkovtsev, jira_name: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/MappedJIRAIdentityChange.md |
athenian-2.1.85 | docs/MappedJIRAIdentityChange.md |
athenian-2.1.81 | docs/MappedJIRAIdentityChange.md |