Hello, maybe someone knows a way to store (for compliance purposes) a server-side copy of the file generated for JIRA users when they use Export button in the issue navigator
e.g.:
"Export -> CSV (All fields)" (/sr/jira.issueviews:searchrequest-csv-all-fields/) or
"Export -> CSV (Current fields)" (/sr/jira.issueviews:searchrequest-csv-current-fields/)
I can parse Tomcat's access log and get correspondent Filter ID and JQL from the request URL (and if the filter still exists - get its JQL from database), but quering JIRA with this JQL post factum as admin will not give the same result.
Thank you in advance
Hmmm, what is the use case here?
(Do you need to know what exact issues were exported by what user?)
Hi Aron, exported issues and fields.
Now I can get appoximate list of exported issues by querying JIRA with the same JQL on behalf of user, and it seems to be sufficient.
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.