Skip to content

Fix issue and MR exports to support NOT filters

Heinrich Lee Yu requested to merge 341900-fix-issue-finder-params-on-export into master

What does this MR do and why?

Our issuable finders access the params hash using symbols. When the params are serialized to JSON and passed to the Sidekiq worker, we call symbolize_keys but this does not handle nested params.

I just changed this to use with_indifferent_access so that it is similar to the params hash we get from request query params.

Related to #341900 (closed)

How to set up and validate locally

  1. Filter issues list with a NOT filter
  2. Export issues

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Heinrich Lee Yu

Merge request reports

Loading