Forums

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

Can we add multiple <ao> tags in atlassian-plugin.xml file in same plugin (JIRA SERVER).

ritesh.shah March 24, 2020

Hi Folks,

Can we add multiple <ao> tags in atlassian-plugin.xml file in same plugin.

For eg. 

<ao key="key1" namespace="name1" >
      <entity>....</entity>

     <entity>....</entity>
</ao>

 

<ao key="key2" namespace="name2" >
      <entity>....</entity>

     <entity>....</entity>
</ao>

 

Is there any way to implement above code and it creates tables which contains in both AO namespace. 


Regards

 

1 answer

0 votes
Alex Blekhman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 5, 2021

Is it not possible with the current ActiveObjects implementation. We planned the fix in the future versions of AO. The ticket tracking this work is: https://ecosystem.atlassian.net/browse/AO-3618

ritesh.shah August 6, 2021

@Alex Blekhman  Thanks for the update. 

Suggest an answer

Log in or Sign up to answer