Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I pull data from specific AO table in my jira plugin ?

Anil Mishra
Contributor
May 14, 2024

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?

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events