Hi, We are using Xray and Jira cloud.
I am trying to Update Manual test Steps through API.
referring the documentation below:
https://docs.getxray.app/display/XRAYCLOUD/REST+API
Please help us to Update test steps through API.
Hi @Vishal vanpariya ,
Similar to this question: https://community.atlassian.com/forums/Jira-questions/Export-Manual-test-steps-API/qaq-p/2965162?utm_source=atlcomm&utm_medium=email&utm_campaign=subscription_search_question&utm_content=topic#U2976091
You can make use of GraphQL for achieving this.
Find more here: updateTestStep
mutation { updateTestStep( stepId: "836d30ec-f034-4a03-879e-9c44a1d6d1fe", step: { result: "Xray Cloud Rest Api works as expected", customFields: [{id:"5ddc0e585da9670010e608dc", value:"Lisbon"}] } ) { warnings } }
Best Francisco
Welcome to the community.
There is no endpoint on the xray api to update existing tests steps only to import them.
this can only be achieved by using Importing+Tests+using+Test+Case+Importer here in the CSV you can specify the existing issue key
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.