Snigdha Sharma

Results 9 comments of Snigdha Sharma

@Har070 what Jira version are you running? This might be similar to #38291: > Jira deprecated the [createmeta](https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html) endpoint in v9.0^. > > updating your Jira version to 8.4 should...

Yes, that's correct. We won't be able to build support for a legacy API at the moment, but we'll update documentation to reflect the dependency.

@asottile-sentry I agree this is extra process, but it's coming from an [incident](https://www.notion.so/sentry/INC-611-Save-workers-backlogging-9cd511d97e2049dd8e600e14c1f11cf7) that took down Sentry because of a bad migration that wasn't thoroughly reviewed by the right folks,...

That makes sense, I've got a [spec](https://www.notion.so/sentry/Run-migration-checks-on-all-SQL-migrations-861c814559db4355aa695df24adb129d) started for a system-based improvement. We'd need to start running the migration checks on all SQL migrations and not just those generated by...

I don't think that's the right solution here. Perhaps we need is a larger set of people to be part of migrations-owners to distribute review load. Migrations likely don't need...

Hi @simPod, thanks for checking in. We're actively working on the fix for this as part of #75454. The fix should be rolled out by the end of the month.

> I thought I remember us seeing that we needed another column or two in this table Hm, do you know which columns were missing? It makes sense to add...

We've added `priority` and `first_release_id` from the Group table to GroupAttributes. That should be the only columns we're adding as part of this, so we're ready to finalize the backfill....

ah I think that got lost in one of the many merge/regenerates - thanks!