-
Suggestion
-
Resolution: Low Engagement
-
4
-
Issue Summary
Use Get approvals, to get approval timeline for multiple approvers.
Currently, API gives the final approval time and not individual approval time.
Steps to Reproduce
- Create an issue in JSM that has 2 approvers for example: A and B.
- Let both approvers A and B complete the approval
- Check the timestamps of approvals in the UI. Let's say A approved t t1 and B approved at t2. The approval process finished at t2 with the second approval.
- Use the API and get to the approval timestamp for individual users in the API that is t1 and t2.
Expected Results
Get the timestamps of when each user approved the issue (t1 and t2).
Actual Results
The final approval time (t2) is present. Individual approval times are missing.
Workaround
No supported workaround at this point.