Hello,
I am trying to run an API call to get an issue's CurrentApprovalStep:Name.
I have been unsuccessful and was wondering if anyone has accomplished this in the past.
Thank you in advance
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I am able to get the current approval step name using below API call.
OPTASK/search?fields=ID,name,approvalProcessID,currentApprovalStepID,currentApprovalStep:name&approvalProcessID_Mod=notblank
Hope this is what you are looking for. Please add or remove the filter in the end if you dont need it(&approvalProcessID_Mod=notblank).
Please mark my reply as "Correct Reply" if this helped you and to help others.
Thanks in advance!
Views
Replies
Total Likes
I am able to get the current approval step name using below API call.
OPTASK/search?fields=ID,name,approvalProcessID,currentApprovalStepID,currentApprovalStep:name&approvalProcessID_Mod=notblank
Hope this is what you are looking for. Please add or remove the filter in the end if you dont need it(&approvalProcessID_Mod=notblank).
Please mark my reply as "Correct Reply" if this helped you and to help others.
Thanks in advance!
Views
Replies
Total Likes