I'm fairly new to ScriptRunner and I'm trying to add new Export functionality to the JIRA Issue Navigator. From what I understand and was able to find with my friend Google, it isn't possible to add a new option to the export menu on the Issue Navigator form using ScriptRunner. Is this correct?
So I've used the Custom web item instead and added a button to the jira.navigator.pluggable.items section. Now I would like to get the JQL query that was entered on the Issue Navigator screen and run the JQL in a REST Endpoint. I know how to run the JQL query in Groovy, I just don't know how to get the JQL from the screen.
An even better solution would be to simply get the current issues from the Issue Navigator screen and simply export those via the REST Endpoint.
Any help/advice would be greatly appreciated! Thanks in advance for your help and time!
JIRA Version: 7.6.2
Adaptavist Scriptrunner for JIRA Version: 5.3.26
Hello
I'm not sure but I think you need using 'Install web resource' with custom JS script which will get JQL query and pass it to the REST endpoint.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.