Sha256: 6778973f627bc8713494917364e56a75353e81ff95e9b113de19500858889c4d
Contents?: true
Size: 464 Bytes
Versions: 3
Compression:
Stored size: 464 Bytes
Contents
# Athenian::JIRAIssueAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **project** | **String** | Identifier of the project where this issue exists. | | | **prs** | [**Array<PullRequest>**](PullRequest.md) | Details about the mapped PRs. `jira` field is unfilled. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::JIRAIssueAllOf.new( project: null, prs: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/JIRAIssueAllOf.md |
athenian-2.1.85 | docs/JIRAIssueAllOf.md |
athenian-2.1.81 | docs/JIRAIssueAllOf.md |