You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valstatus:A[CaseStatus.Value] = attribute("status", F.enumFmt(CaseStatus), "Status of the case", CaseStatus.Open)
46
-
valmetrics:A[JsValue] = attribute("metrics", F.metricsFmt, "List of metrics")
46
+
valmetrics:A[JsValue] = attribute("metrics", F.metricsFmt, "List of metrics", JsObject(Nil))
47
47
valresolutionStatus:A[Option[CaseResolutionStatus.Value]] = optionalAttribute("resolutionStatus", F.enumFmt(CaseResolutionStatus), "Resolution status of the case")
48
48
valimpactStatus:A[Option[CaseImpactStatus.Value]] = optionalAttribute("impactStatus", F.enumFmt(CaseImpactStatus), "Impact status of the case")
49
49
valsummary:A[Option[String]] = optionalAttribute("summary", F.textFmt, "Summary of the case, to be provided when closing a case")
50
50
valmergeInto:A[Option[String]] = optionalAttribute("mergeInto", F.stringFmt, "Id of the case created by the merge")
51
51
valmergeFrom:A[Seq[String]] = multiAttribute("mergeFrom", F.stringFmt, "Id of the cases merged")
0 commit comments