Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Export Manual test steps API

Vishal vanpariya
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2025

Hi, We are using Xray and Jira cloud.

I am trying to export Manual test Steps through API.

referring the documentation below:
https://docs.getxray.app/display/XRAYCLOUD/REST+API

It has an API for importing Cucmber test steps but cannot find Manual steps.

Please help us to access test steps through API.

1 answer

0 votes
Francisco Fonseca _Xray_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2025

Hi @Vishal vanpariya ,

Thank you for your question,

Have you tried making use of GraphQL?

Find more here: getTest 

 

{
    getTest(issueId: "12345") {
        issueId
        testType {
            name
            kind
        }
        steps {
            id
            data
            action
            result
            attachments {
                id
                filename
            }
        }
    }
}

 

Best, Francisco

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events