Solved
How to get last test results on test case .
How can we get last test results in test case via api or compute fields?
This is very helpful. We want show the Last Run Result in Test Case Tracker , Due to your inspiration we add a custom Text field with
first(1,downstreamReferences(this).trackerTypes("testrun").{item| item.resolutions[0].name}) formula and it works!

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.