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