I am trying to modify a GNU add-on for JIRA, but the file structure the JAR file extracts doesn't seem compatible with the Atlassian SDK.
When I try the atlas-run command in the root of the extracted directory, the JIRA instance boots up, but the "Manage add-ons" page says "This add-on couldn't be loaded. It has one or more errors that prevent it from being enabled." for the grayed-out add-on I'm trying to install. I don't actually know if its the directory structure that's the problem, but it is indeed quite different from the structure that the atlas-create-jira-plugin command generates. I even had to move the pom file to the root for the JIRA instance to boot up at all.
This is what the structure looks like:
While this is the structure Atlassian generates and expects:
Any ideas why that is and how to best handle this discrepancy?
I downloaded the code from the repo, and it works fine now.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.