I am unable to fetch few fields of test cycle through zephyr

Vinuth December 1, 2021

I am unable to fetch fields like :

Total Executions

Total Execution Time
Total Logged Time
Executions Not Tracked

of test cycle . But other fields are available through the below endpoint .

How to get the unavailable fields?

Total Executions field value is being given wrongly through the below endpoint ]

"/rest/zapi/latest/cycle?projectId={}&versionId={}"

 

1 answer

1 vote
Neelakanta Reddy M December 2, 2021

Hi Vinuth,

Please add one more query parameter to end point &expand=executionSummaries to get more details about cycle.

 

Thanks

Neelakanta

Smartbear - Zephyr Squad

Vinuth December 2, 2021

Thanks Neelakanta Reddy M , that worked and it gave a expanded responce.

But, 

Total Execution Time
Total Logged Time
Executions Not Tracked
these are not available still.
Like Neelakanta Reddy M likes this

Suggest an answer

Log in or Sign up to answer