I have a JQL Query entered by user. I want to create permalink or a filterId(URL) that would show the page containing issues displayed by the JQL Query in my program.
I, however, don't want to list out issues as JQL Query result and use them.
Save the filter, it'll then have a url which points to the saved filter.
i m doing it through api not through jira web gui....can i create filter in my program?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Save the filter in your code, and return the id of it as part of the url string.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One workaround, a lame one though. Simply create a Confluence page, if you have Confluence with jiraissues macro having the JQL query, and show up that page for the use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.