...
This article
...
provides a solution for the issue encountered when the Time to SLA
...
app stops functioning after upgrading to v10.14.1
...
from the Legacy version.
Symptoms
Upgraded from Time to SLA v10.2.1 to v10.14.1.
After upgrading the version, the app stopped working.
...
Error log:
Code Block |
---|
2023-11-10 22:32:00,975-0300 timetosla-migration-pool-1 ERROR ServiceRunner [c.s.j.p.timetosla.service.G] [Time to SLA Plugin for JIRA] Unexpected error while migrating SLAs at java.base/java.lang.Thread.run(Unknown Source) |
...
All SLA panels are missing when trying to regenerate or recalculate the SLA.
...
Resolution Steps
Disable the Time to SLA app.
Take a backup of the Database. Execute the following SQL query(change according to the DB that is being used).
DELETE FROM "AO_C5D949_SLA_MIGRATION_RESULT" WHERE "ENTRY_TYPE" = 'MIGRATION_STATUS'
Re-enable the add-on and wait for it until it finishes the migration.
If the issue persists, please go to the "AO_C5D949_TTS_SLA" table and look at the "PROXIED_SLA_ID" column.
In that column, search for the value that is equal to "null"”. You'll be able to see the problematic SLA.
Info |
---|
This article is for Time to SLA Data Center and tested with v10.14.1 only. |