Do every jira plugin need a module?

Meena Sabnivisu April 3, 2018

I am creating JIRA plugin that will connect to external database when one custom field 'a' have value. I am wondering do I need to create a jira-plugin-module for it or I can proceed by creating .java file. Plz answer.

1 answer

1 accepted

0 votes
Answer accepted
MoroSystems Support
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.
May 29, 2018

Hello,

the short answer is yes. If you want to run code from .java file, you'll need jira-plugin-module.

However, I'd suggest you to have look on the ScriptRunner plugin (https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira). It uses groovy as a scripting language, which is quite accessible for Java developer and is aimed exactly on the problem, you're working on.

Best regards,

Ondra

Suggest an answer

Log in or Sign up to answer