We have a plugin that uses the Connect platform and works with Jira entity properties. This plugin has 43 different entity property values. We aim to migrate this plugin from Connect to the Forge platform, but the Forge platform limits the maximum number of Jira entity properties to 30. What solution would you suggest?
The application currently uses JQL functions that utilize Jira’s entity property feature. How can I migrate from Connect to Forge without requiring any additional action from users?
It is not possible due to our jql functions according to these entity property are used in customer systems. But I will try that added same allias(jql query such) from connect app to jql function module from forge. I think it will work beasue there is a sentece in jql function module about this.
"The name of the custom function.
Must be unique and different from the names of built-in JQL functions. In case of name collision, the built-in function will be called."
I know it refers to built-in JQL functions but maybe it works with old custom JQL functions from jira entity property.