Hello, I'm trying to get a list of issues (I just need the keys) from a given project in the context of a forge app.
With the Jira Rest API I can use the endpoint
So, found the answer myself. In case anyone is being blocked by this:
Pay attention that the api needs to be called as api.asApp() instead of api.asUser().
Then just try the POST version of the search endpoint (jql goes in the body), instead of the GET version with the query in the queryparams.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.