Hi team,
Hope you all are doing good!
We have created multiple testcases in jira and automated them in our automation framework using webdriverIO and allure reporter.
Now I want to run my test scripts multiple times and every I want that after all suite execution is completed it will automatically mark those results pass or fail on respected testcases in jira.
Please let me know how we can achieve the same. Also it would be great if you can suggest some resources from the same .
Thanks!
Hi @Amit jana -- Welcome to the Atlassian Community!
Although Jira does have support for automation rules, what you are describing seems instead for a product / tool outside of Jira and Atlassian's products.
I recommend using an internet search to find the support team for that tool and resources to learn how to do what you ask.
Kind regards,
Bill
Thank @Bill Sheboy for your valuable feedback.
Could you please let me know, Is there any open APIs available for Jira specifically for test cases so that I can call them using my automation framework instead of using any third party tools.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are no built-in features for test management in Jira, although customers could create issue types for test cases, or use marketplace addons which managed tests.
There are REST API functions for managing issues, and other aspects of Jira. Please look here to learn more: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-group-issues
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.