...ulesoft-public (https://repository.mulesoft.org/nexus/content/repositories/public/) [ERROR] Could not find artifact com.atlassian.plugins:atlassian-spring-scanner-runtime:jar:2.2.2 in typesafe (https://r...
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...
....ActiveObjects' for constructor 'public com.mot.jira.approvals.service.ReminderNotificationService(com.atlassian.activeobjects.external.ActiveObjects)' from org.picocontainer.DefaultPicoContainer@76175521:1...
...etter @Setter public class FieldGroup extends Entity { List<String> fieldKeys; List<String> userKeys; } but found out that AO do not work in such way. one solution is to define s...
...tlassian active objects? @Preload public interface MyEntity extends Entity { String getEntityId(); void setEntityId(String entityId); @NotNull long getStartTime(); void s...
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...
...qlDefinition.hasSchemaSupport()? database.getSchema() : null).auto().build(); public EntityManager buildEntityManager(final String subsidiary) throws Exception{ DatabaseDTO database = this.databaseManager...
...t;artifactId>public-pom</artifactId> <version>5.0.24</version> </parent> <groupId>com.igsl.plugin</groupId> <artifactId>watermark-p...
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...
...avax.inject.Inject; @Path("questionnaires") public class QuestionnaireResource { @ComponentImport private final ActiveObjects ao; @Inject public QuestionnaireResource(ActiveObjects a...
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...
....0 JDBC4 (build 801) org.postgresql.util.PSQLException: ERROR: relation "public.AO_C83514_THREADED_COMMENTS_ID_seq" does not exist Position: 16 My addComment function is below there: @POST @A...
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...
...ependency annotations: {@com.atlassian.plugin.spring.scanner.annotation.imports.ComponentImport(value=)} Plugin access point is @Scanned public class WebWork extends J...
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.