Author
Describes the author of a particular entity
The author timestamp of this commit. Formatted as a UTC ISO 8601 date time format.
Shortened identifier for this commit, used for display. Max length is 255 characters.
The total number of files added, removed, or modified by this commit
Optional
filesList of file changes. Max number of files is 10. Currently, only the first 5 files are shown (sorted by path) in the UI. This UI behavior may change without notice.
Optional
flagsThe set of flags for this commit
Optional
hashDeprecated. Use the id field instead.
The identifier or hash of the commit. Will be used for cross entity linking. Must be unique for all commits within a repository, i.e., only one commit can have ID 'X' in repository 'Y'. But adding, e.g., a branch with ID 'X' to repository 'Y' is acceptable. Only alphanumeric characters, and '~.-_', are allowed. Max length is 1024 characters
List of issues keys that this entity is associated with. They must be valid Jira issue keys.
The commit message. Max length is 1024 characters. If anything longer is supplied, it will be truncated down to 1024 characters.
An ID used to apply an ordering to updates for this entity in the case of out-of-order receipt of update requests. This can be any monotonically increasing number. A suggested implementation is to use epoch millis from the provider system, but other alternatives are valid (e.g. a provider could store a counter against each entity and increment that on each update to Jira). Updates for an entity that are received with an updateSqeuenceId lower than what is currently stored will be ignored.
The URL of this commit. Max length is 2000 characters.
Commit
Represents a commit in the version control system.