Getting this illegalStateExceptionError for ao in my jira plugin when trying to ao.migrate() or ao.find(), Please let me know if I m missing something. "plugin [{com.company.jira.plugin}] invoking...
https://developer.atlassian.com/server/framework/atlassian-sdk/getting-started-with-active-objects/ I am working with this documentation and while trying things hands on. I got stuck in this...
Scenario: I have a form, to capture data for a request via a Portal. I have an asset object input field for a Product. Based on the Product.Type I would like to display a section with relevant inp...
I am using Jira Data Center 9.4.15. I want to create a service that uses Active Objects but I get the following error when trying to add the service: Error adding service: org.picocontainer.inj...
Hi all. I need to associate and store in plugin settings List of customfields keys with lists of users I've implemented entity class (there could be several exemplers of it to be saved) @Getter @...
I'm developing plugin for Jira Server. I need to run the simple query "select ENTITY_ID, (START_TIME > 0) as STARTED from MyEntity order by STARTED". Is it possible to do it with atl...
We are developing a plugin for bitbucket that creates it's own tables in bitbucket's database. It is done using Atlassian's active objects library. However, this library has many limitations. For ex...
Hello, Is there any way to change the sequence generation strategy using Active Objects? (To change Increment by, Minimum Value, Maximum Value, Cycle Sequence... etc.). The Problem: We have a spe...
Hi, I'm working on a plugin that i need to save data from jira projects in seperate databases. For this, i'm using the orm Active Objects and PostgresSQL like a database. In unit test, data are w...
When I try to add a watermark to the word exported by confluence, confluence suddenly throws this exception, I can guarantee that it can work normally before -------------- This is error code [INF...
We have some data in pluginsettings and now we are trying to migrate and use the Active Objects. The question is how do we migrate the existing pluginsettings data to active objects tables? Also can...
Hi everyone, I defined a simple AO entity called TimePeriod that has two java.sql.Time fields, one for start of the period and one for the end. When I create a TimePeriod and save it in java, it ge...
I am trying to use Active Objects in a Confluence plugin. However, I get an error that ActiveObjects cannot be injected. (To speedup time, I currently am using the refapp version 5.2.4 locally.) The...
I've been looking at the AO piece of plugin development recently.This is list of Jira Server AO table names and vendors(https://confluence.atlassian.com/jirakb/list-of-jira-server-ao-table-names-and-...
Hi, My add-on currently stores all the settings in ActiveObjects. So when I install and start the add-on, I need to get the setting value with ActiveObjects. However, as in the official document...
Hi everyone, I'm trying to add threaded comments when pressing the reply button. I want to do that with Active Objects. When I press the button, it normally needs to write to my entity table named&n...
Hello, We would like to start the process of adapting our plugin to JIRA Data Center. Currently, the plugin uses Active Objects and ApplicationProperties to store various user settings and informat...
I build the plugin and I have the query like this: Query query = Query.select() .alias(WikiEntity.class, "wiki") .alias(PanelEntity.class, "panel") .join(PanelEntity.class, "wik...
Olá pessoal! Os plugins/add-ons/Apps do Jira gravam dados em tabelas do tipo Active Objects (AO). Mesmo o Jira Software (antigo GreenHopper) e o Service Desk — que nasceram como add-ons — ...
Hi, i got and active object that save the org name and the org id, and i needed to update on my AO the org name when some Service Desk user update the organisation name. It is there an...
Hi, I created plugin with new entity using Active Objects. I created new form which shows data from this new entity. How can I manage user access to specific fields in this entity? e.g.: I have en...
Hi world! I'm a bit new to Jira Development, and i've a question. Is there any way to prefill Active Object table with some data? Something like a dictionary table with fixed data without CRUD to it...
Hi everyone, I am developing with Active Objects and I need to make unique constraint on two column combination. Can someone point me to some right direction on how this can be achieved? Thanks
Hi! I' d like to define new filed in jira like 'colour'. I know how to do it using jira-plugin (by official tutorial) during creating new issue. But now, I'd like to use this filed not in issue scre...
Copied to clipboard