I’m currently working on a plugin that accesses a user’s projects, and I’m making a call to the API to get the projects they have access to. When not specifying that I want X recent projects returned, it works fine. However when I make the call specifying any number for how many recent projects to return, it returns an empty object and no error. Has anyone else encountered an issue with this?
The request url I’m making is:
https://sullivan-bormannaj.atlassian.net/rest/api/latest/project?jwt=(JWT code here)&recent=1
Using my own personal Jira board. I’m also specifying the recentnum in the JWT token
I’m using this request and am specifying the number for recentnum.
Any and all help would be appreciated.