We encounter a problem in our Jira Automation.
Jira automation brief description:
Triggered if we create a Test execution, check content of this test execution and based on that form a message which is send to teams via webhook.
The problem is in getting information about test execution.
This is what shows log now:
As you can see testRuns field is now empty, however test execution looks like before - same number of tests, results are there, some passed, some failed...
Until Sunday everything worked smooth, since Monday it looks like this.
It was not just single failier, i tried it several time with the same result empty testRuns field.
Any idea what could cause such an issue?
I recommend checking...
Kind regards,
Bill
So far what did the trick and automation chain works once more:
Add Re-fetch before calling xray api.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, @Vojtech Kalab
I should have asked to see your complete rule as it likely was impacted by the known timing problem with the Issue Created trigger where it fires before all data is available to the rule. Generally, it is a good idea to always add Re-fetch Issue immediately after that trigger.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.