We have created an API that we are attempting to call with a script fragment, however the URL needs to pass in the last JQL ran. Is it possible to call with the fragment
/api..../filter=${currentsearch}
or is there a way within scriptrunner to get the last JQL ran which we can pass into the API call we created in scriptrunner?
We were able to handle this by using the following
String referrer = request.getHeader("referer")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.