Pass author username list to export issues csv by multiple authors
What does this MR do and why?
Pass author username list to export issues csv by multiple authors
Related to the bug report #465256 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
- Create a project
- Add a second user to the project
- Create a few issues using your account
- Create a few issues using the second user added to the project
- Go to the issues list
- Filter issues by Author
is one of
and select both your user and the second user andEnter
- Notice the issues you created all show up
- Click on the Actions -> Export CSV
- Click on
Export issues
on the modal and take note of the total issue count displayed - Wait for the CSV in the email or check http://gdk.test:3000/rails/letter_opener for the issue count displayed
- Before the MR, the issue counts in the modal and email did not tally
- With this MR, the issue counts in the modal and email should be the same