Jira_ZAPI_Update Execution status API - Not updating the test status

Faizal January 7, 2018

Example URL in the website:

http://localhost:2990/jira/rest/zapi/latest/execution/id/execute

 

Tried below URL as per my requirement:

https://<jira URL>/rest/zapi/latest/execution/<Id>/execute   

Id - 780494

 

Body:

{
  "status": "2"
}

 

Part of the Response as below:

    "summary": " paymentPasswordAuthAPIErrorsWithReceiptNo",
    "issueDescription": "<p>paymentPasswordAuthAPIErrorsWithReceiptNo</p>",

 

Actual: Status of the test is not updated.

1 answer

0 votes
Faizal January 8, 2018

Working fine now.

Incorrect Id was passed that's the reason cause of the problem

Suggest an answer

Log in or Sign up to answer