Hello there,
i struggle with my jira automation chain.
Chain is triggered when test execution is created.
Then i get token to xray api and send request to xray to get details of content in this test execution.
However most of the time it returns only first 50 tests and miss 18 more.
If i try to call xray api myself, response is correct with all 68 tests.
I tried to add re-fetch before call xray api to ensure data is update, but this does not help.
Also this behavior is not 100% consistent, sometimes it response with all 68 tests.
Do you have any idea what can cause this problem?
Maybe some timing issue? - but then how can i introduce some delay to chain?
Thank you in advance
Vojtěch
It looks like 'delay' block in Jira automation after Test Execution is created do the job.
there is screenshot of my request:
And here is response from audit log:
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.