+++ title = "Reference Mappings" chapter = false weight = 30 +++ ## Required Fields The following table maps the [Jira Development Information](https://developer.atlassian.com/cloud/jira/software/rest/#api-group-Development-Information) APIs with respective AWS APIs for [GetRepository](https://docs.aws.amazon.com/codecommit/latest/APIReference/API_GetRepository.html) and [GetCommit](https://docs.aws.amazon.com/codecommit/latest/APIReference/API_GetCommit.html).
Atlassian | AWS | ||
---|---|---|---|
repositories | |||
name | The name of this repository. | repositoryName | The name of the repository to which the commit was made. |
url | The URL of this repository. | cloneUrlHttp | The URL to use for cloning the repository over HTTPS. |
commits | |||
id | The ID of this entity. Will be used for cross entity linking. | commitID | The commit ID. Commit IDs are the full SHA of the commit. |
issueKeys | List of issues keys that this entity is associated with. They must be valid JIRA issue keys. | ||
updateSequenceId | An ID used to apply an ordering to updates for this entity in the case of out-of-order receipt of update requests. | ||
hash | The hash of the commit. | commitID | The commit ID. Commit IDs are the full SHA of the commit. |
message | The commit message. | message | The commit message associated with the specified commit. |
author | The author of this commit. | author | Information about the author of the specified commit. |
fileCount | The total number of files added, removed, or modified by this commit. | ||
authorTimestamp | The author timestamp of this commit. | date | The date when the specified commit was commited. |
displayId | Shortened identifier for this commit, used for display. | commitID | The commit ID. Commit IDs are the full SHA of the commit. |