Cobine image for jira-software and jira-servicemanagement

Munjal Patel
Contributor
October 6, 2022

We have deployed jira-software using official chart. Want to add jira-servicemanagement to same instance. We can upload jira-servicemangement application to existing instance but want to know if Atlassian has combine image for jira-software and jira-servicemanagement?

3 answers

Suggest an answer

Log in or Sign up to answer
2 votes
Robert Wen_Cprime_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 6, 2022

Hello, @Munjal Patel !  It's been some time!

As far as I know, there is no "all-in-one" image that combines Jira Software and Jira Service Management.

0 votes
Yevhen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 7, 2022

You can curl jsm in a custom Jira Software Dockerfile and do smth like:

 

RUN  unzip /opt/jira-servicedesk-application-${JSM_VERSION}.obr -d /opt/jsm \
    && ls /opt/jsm/dependencies/*.jar 1> /dev/null 2>&1 \
    && mkdir -p ${JIRA_HOME}/plugins/installed-plugins/ \
    && cp /opt/jsm/dependencies/*.jar ${JIRA_HOME}/plugins/installed-plugins/ \
    && cp /opt/jsm/*.jar ${JIRA_HOME}/plugins/installed-plugins/
0 votes
Peter-Dave Sheehan
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.
October 6, 2022

I've often wondered too.

That's a shame. That would make upgrades so much simpler. 

The best alternative I've found is to follow some of the steps for the Zero Downtime Upgrade (even if you are on Server or DC with a single node):

https://confluence.atlassian.com/adminjiraserver083/upgrading-jira-data-center-with-zero-downtime-976767589.html

Basically:

  1. install new version of jira sorfware
  2. download the JSM .obr file
  3. Extract all the .jar files from the .obr
  4. Put them in the <jira-home>plugins/installed-plugins
  5. Remove old versions of those same jar files
  6. start the new version of jira
TAGS
AUG Leaders

Atlassian Community Events