# 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 ) ```