issueScore
Last updated
Represents a score assigned to an issue, along with optional comments.
type IssueScore {
value: Float
comments: String
}value Float
Numerical value of the score
comments String
Comments or notes related to the score
Last updated
