Hey,
there was a endpoint on Jira server where you could get all the available operations and actions that you could perform on a task, formated as a dropdown menu. I was wondering if the same thing existed for cloud platforms.
The URL for the server is ‘/rest/api/1.0/issues/{issueId}/ActionsAndOperations’, but if I try to call that endpoint on cloud, I get 403 forbidden no matter what. Also, I can’t find any documentation on it so it might be that it doesn’t exist.
Thanks in advance