Hello,
I am attempting to setup some defect item automation when it is created from a test session via test result editor. I would like to use "Create Related" in Test Result Editor to create a defect. In createing a defect, I would like to setup fields in the defect item based on it being generated from a Test Session.
Is there a way to pass information from the test result to the newly posted defect item that was created via Create Related?
Is there a way to do this via Custom Action? I've run set command via custom action and I don't see any MKSSI_ISSUE0.
It seems that the defect item can be updated after it has been created via defectDeltaBean.getRelatedTestResultBeans(). But this requires a second trigger to run sometime after defect has been created.
There needs to be a getNewRelatedTestResultBeans() function.