Hi community,
Im trying to develop a Jira Data Center plugin, which will use Active Objects. I followed the module documentation at https://developer.atlassian.com/server/framework/atlassian-sdk/active-objects-plugin-module/ , and there's a link at the bottom to some explanation document and example app that lead to nowhere. Also found some other documents like this https://developer.atlassian.com/server/framework/atlassian-sdk/creating-entities which I could not use (couldn
t find such mentioned net.java.ao.RawEntity interface anywhere, for example - yes, I know, I`m totally lost )
Could someone please point me some documentation that I could use to get things started?
Hello @dberrutti ,
The main guides section contains the basics:
atlassian-sdk:
- https://developer.atlassian.com/server/framework/atlassian-sdk/tutorials-and-guides/
- Active Objects
There you can find some guides and FAQs on Active Objects.