When change status issue i trigger a webhook call jira rest plugin . In my api i use httpservletrequest to get cookie JSESSIONID for auth client jersey but i check in httpservletrequest webhook send not hava cookie. How do I get auth when using webhook?
I had resolved my problem by:
The first analysis body request of webhook send to server
After that I use TrustedRequest to send the api request on the system itself
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.