I have jira plugin where I am using AO table for CRUD operation , now I'm developing another plugin and wanted to use same AO table, I create same entity object. But instead of reading from a specific AO table, it is creating new AO table for same Entity and returning empty data.
String sql = "SELECT * FROM AO_D26215_CCDENTITY WHERE TYPE = ?";
result = ao.findWithSQL(CCDEntity.class, sql, type);
However when I prints result object , i see it is using below table
AO_7AF461_AO_D26215_CCDENTITY
How can we force using plugin code to pull exact AO table?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.