Active Object - Values retrieval

Binisha August 20, 2014

Hi All,

I have created a active object table and I see that in Plugin data storage. I can do all the operations.[Within the plugin, where I have created active object table]

How can I access the active object table data from a different Plugin?

Thanks in advance.

1 answer

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 20, 2014

did you tried with component import module?

<component-import key="ao" name="Active Objects service" interface="com.atlassian.activeobjects.external.ActiveObjects">
  <description>Component to access Active Objects functionality from the plugin</description>
</component-import>

Suggest an answer

Log in or Sign up to answer