Listen to an event on Forge minor version upgrade

Hi Atlassian team and devs,
Like the topic said, is it possible to listen an event of the minor version upgrade ?
I read this document and it said it only has affect on Major version upgrade and “This event is not sent for minor or patch version upgrades”.

My goal is to listen to the event on whenever the minor one is upgraded.

Do you have any approach for this ?
Thank you in advanced.

–THONG–

1 Like

We need more and more a mechanism to know when our apps upgrade, even minor upgrade, to be able to trigger some data migration in KVS and other places inside Jira, like entities properties or custom field context config.

We are right now working on storing the appVersion into KVS, and then having a daily trigger checking if it matches the current appVersion, to trigger or not, some migration functions. But that means our code have to constantly handle data with schema version n and n-1.

Having every vendors/developers re-writing the same solution, which has serious limitations, to work-around yet another Forge limitations is painful, to say the least.

4 Likes

Yes, I was thinking the same too, at least it can work around at the moment.
Hope they will prior this update support next year.