You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I have a serverless cloud app (i.e. I don't have a backend to perform JWT requests) which queries JIRA via AP.requests. I need to reorder subtasks, for which there is no official REST resource (unlike server where there is the /rest/api/2/issue/{issueIdOrKey}/subtask/move resource), so I'm trying to query the /secure/MoveIssueLink.jspa rest. However, when executing the query via AP.request the server responds with 403 status. When I execute the same request via a rest client (e.g. chrome advanced rest client) everything is fine and 200 is returned. Is there any additional security which AP enforces for non-official rest resources?
Thanks,
Peter G.