The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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 comments

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Robert Wen_Cprime_
Community Champion
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.

Like # people like this
PD 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 Champions.
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
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/

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

TAGS
AUG Leaders

Atlassian Community Events