issueScore

Represents a score assigned to an issue, along with optional comments.

Examples

type IssueScore {
  value: Float
  comments: String
}

Fields

Field
Description
Supported fields

value Float

Numerical value of the score

comments String

Comments or notes related to the score

References

Fields with this object:

Last updated