Hi ,
I'm trying to create a new Automation :
For every new created User Story I would like to create a new TestPlan (Xray issue type) and under this test plan to create a number of tests (Xray issue type)
I've created a TestPlan, but not sure how to continue with tests
Any help will be appreciated !
Hi @Igal Epshtein ,
there's no specific integration between Xray and Jira automation.
To add tests to the test plan you need to use graphql, namely this mutation.
This documentation does not provide a specific example for that but it can provide some guidance where you can see some other examples that use grahpql requests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.