You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are able to make GET requests correctly in our projects. Did you check the API endpoint you implemented on your side?
For clarification the custom API for BackendRequestAdapter is supposed to accept a POST request only, but in the request body will be specified the method and path of the request you wanted to make to Jira.
So in your case your API will be called with the following request body:
Hi,
Am I wrong that there is no way to build a GET request with BackendRequestAdapter ?
I need for exampel get a list of projects:
/rest/api/3/project
Regards
Mik
The text was updated successfully, but these errors were encountered: