Retrieving Reviewers from all the statuses ofWorkflow

Hi,

 

I have to retrieve all the reviewers of all the workflow statuses at Released status using SDK.

Any suggestions on how to do this.

 

Thanks!

Add Comment
3 Answer(s)

Check out chapter 16 of the API documentation. There are examples in there for getting the approvers and observers.

Agile Angel Answered on May 14, 2020.
Add Comment

Yes, but I believe it returns only if the signoff is pending.
I tried iterating the workflow statuses and getting the approvers for them. But, it returned only where it was pending approval.

Agile Talent Answered on May 14, 2020.
Add Comment

Fair point. The workflow tab is just another table, so you could iterate the table to get all of the rows, filtering out just the rows for the most recent Released status (keep in mind the change may have been unreleased.)

Agile Angel Answered on May 14, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.