Hello,
In Zephyr test case Schedule table (AO_7DEABF_SCHEDULE) there is a column which stores the status id of the execution. In UI it says Pass but in the DB it is storing as 1. Under which table we can find the status descriptions of those executions so that we can map accordingly.
Thanks,
Mani
Hello
Zephyr execution statuses stored as part of jira properties
you can get them using below query.
SELECT * FROM propertytext where ID IN(select ID from propertyentry where PROPERTY_KEY = 'zephyr.testcase.execution.statuses');
Note: statuses format is JSON.
Regards
Neelakanta
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.