Greetings,
I'm new to the atlassian development and I've went over the guides/tutorials for plugin development and everything worked fine (I'm using ubuntu with intelliJ as IDE). When I tried to switch to JSD development the dependencies and plugins didn't work. I get error like this :
"Dependency : 'com.atlassian.jira.plugins:project-templates-api:2.18' not found"
or
"Plugin : 'com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:2.0.1' not found" etc.
I'm following guides from the official site (https://developer.atlassian.com/jiradev/jira-applications/jira-service-desk/jira-service-desk-development-guide) under that part of the development guides. I've looked over documentation of api plugins and classes and tried changing the version and/or name of the plugins, but I always get that same error. Have I overlooked something important or is this something that happens often and has a solution?
Hi Mirza, doing some research I believe that your question was answered here: https://stackoverflow.com/questions/45584327/atlassian-jsd-plugin-development-dependencies-and-plugins-cannot-be-found.
However, I could see that the documentation is outdated, but the following links might help as well in case of further questions:
https://community.developer.atlassian.com/
https://developer.atlassian.com/
And here there are some open source add-ons: https://ecosystem.atlassian.net/secure/BrowseProjects.jspa?selectedCategory=all&selectedProjectType=all
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.