Making an automation app compatible with Jira 11.2+

Is there anybody here who has an app that provides custom automation actions (or triggers) that they managed to make compatible with Jira 11.2 (React 18 and Atlaskit upgrade)? We have two apps that provide custom automation actions. They can be installed without any errors, but when I try to create a rule, I see “ReferenceError: React is not defined” in the browser log for each custom action. And if I select one of the custom actions, Automation for Jira thinks that it’s provided by a disabled app.

I found this sample app repo ( https://bitbucket.org/atlassian/automation-addon-sample/src/master/ ) but it’s outdated. I transplanted the Platform 8 changes to the recommended automation-thirdparty-sample (mainly javax → jakarta), built a new JAR and installed it but I get the same “Disabled third party extension for Automation for Jira?” screen.

I reached out to Atlassian about it, but the support rep first claimed that they cannot update the examples until a Jira 11.2 compatible Atlassian SDK version is released, then later that they have no plans updating the examples at all. So, is there anybody who managed to make their app compatible with Jira 11.2 and wouldn’t mind answering a few questions?

Thank you in advance!

Oof that’s good to know. We have custom automation actions but we haven’t started testing on Jira 11.x+ yet.

Update: They have released a Jira 11.2.0±compatible SDK version: Atlassian Plugin SDK - TGZ - Version history | Atlassian Marketplace | Atlassian Marketplace

It didn’t solve my issue, and Atlassian still doesn’t have any plans to update the examples, but at least there is a feature request for it: https://jira.atlassian.com/browse/JIRAAUTOSERVER-1170. Please vote for it if you can.