Skip to content

Pass author username list to export issues csv by multiple authors

Firdaws Farukh requested to merge export-issues-csv-by-multiple-authors into master

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

  1. Create a project
  2. Add a second user to the project
  3. Create a few issues using your account
  4. Create a few issues using the second user added to the project
  5. Go to the issues list
  6. Filter issues by Author is one of and select both your user and the second user and Enter
  7. Notice the issues you created all show up
  8. Click on the Actions -> Export CSV
  9. Click on Export issues on the modal and take note of the total issue count displayed
  10. 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

Merge request reports