I am creating a JQLFunction plugin where I create a JQLFunction that accepts a jql query string as an argument?
EX:
project = myCustomFunction("assignee = currentUser() AND resolution = Unresolved order by updated DESC").
My goal is to be able to take that query string argument and execute the jqlQuery, perform some action on the issues before returning the Query Literals. I am assuming most of my logic will be in the getValues() method.
Is this possible? Can I see an example of how I would pass in the JQL query String.
Save the first filter as Filter X
Then use the JQL
key in filter("Filter X")
(roughly)
Hi Matt,
can I do this without a filter? I want users to be able to put any query string they want as argument and my function should be able to take it in and parse it and return updated issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.