Skip to content

Add project_keys to jira_tracker_data table

What does this MR do and why?

Add new column project_keys to the jira_tracker_data table.

The new column will be used to support issue tracking from multiple Jira projects. #440430 (closed)

Separate MRs will follow to:

  • Backfill the new column from the existing project_key column
  • Sync the existing project_key with the new project_key column until the related FF is enabled.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Run migrations bundle exec rails db:migrate

Edited by Ivane Gkomarteli

Merge request reports