Question
IN
Last activity: 22 Nov 2023 4:50 EST
PDM Rest API : Not returning the manual task's approval notes
Hi,
We have a PDM pipeline where a Manual Step was configured to get the required approval from different stakeholders like QA/BA/Release Manager.
While approving the task the stakeholder would enter some comments for the approval/reject reason which will be recorded as part of the deployment report.
We have a requirement to capture the manual task's approval/reject status along with comments for audit purpose.
When using PDM's Rest API to capture those details using
- /deployments/{id}, or
- /tasks/{id}
the resulting response doesn't show
- the comments/action notes (coming as empty).
- user who has taken the action.
This information is important for our audit purposes.
Can you please point to the right API or other ways to get this information.
Thanks,
Sudarsana