latestCommit
Provides information about the latest commit associated with an issue, including a code snippet, commit link, and line number.
Examples
type LatestCommit {
date: String
commitLink: String
match: String
snippet: String
snippetLineNumber: Int
}
Fields
Field
Description
Supported fields
date String
Date of the commit
commitLink String
Link to the commit in the repository
match String
Matching text or keyword found in the commit
snippet String
Code snippet where the match was found
snippetLineNumber Int
Line number in the file where the match was found
References
Fields with this object:
Last updated