Skip to content

Remove use_iid_in_work_items_path feature flag

Mario Celi requested to merge 124647574-backend-remove-feature-flag into master

What does this MR do and why?

Removes the use_iid_in_work_items_path flag. The feature flag makes sure that all generated work item urls are generated with an IID and not a Global ID. https://gitlab.com/gitlab-org/gitlab/-/work_items/124647574

The flag has been enabled globally in .com for 2 months.

The MR also fixes one of the work item urls to include the iid_path=true query parameter. (https://gitlab.com/gitlab-org/gitlab/-/work_items/124647590)

MR acceptance checklist

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

Related #393824 (closed)

Edited by Mario Celi

Merge request reports