Atlassian server development
Table of Contents
1 Setup
Follow detailed instructions here: https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/
1.1 Install Java on the environment
- Download java
- Set JAVAHOME in your
.xinitrc
file
export JAVA_HOME="$HOME/.jdks/corretto-1.8.0_292/"
1.2 Download atlassian-plugin
2 Publishing the app
2.1 Image sizes
Highlight screenshot size: 1840x900 Cropped image: 580x330 (Not mentioned on Marketplace but I checked my previous images) Banner: 1120x548 Square Logo: 144x144 favicon: 32x32
3 Install Jira Service Desk and Jira Software using pom.xml
Atlassian documentation https://developer.atlassian.com/server/framework/atlassian-sdk/configure-amps-to-run-jira-core-with-additional-applications-installed/ Proper pom.xml details using AMPS 8 https://community.developer.atlassian.com/t/update-latest-amps-documentation-for-jira-service-desk/30350
Check compatible JSM version https://marketplace.atlassian.com/apps/1213632/jira-service-desk/version-history
Check compatible Jira Software version It should be same as jira.version