Forums

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

How do I install/enable Jira next-gen on Docker?

Simon de Kraa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 13, 2021

I have successfully installed Jira on Docker by following the Quick Start instructions on Docker Hub.

docker volume create --name jiraVolume
docker run -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8080:8080 atlassian/jira-software

I looks like this is the Jira classic interface. How do I enable the Jira next-gen interface?

Thanks.

 

 

1 answer

1 accepted

0 votes
Answer accepted
Alexis Robert
Community Champion
August 13, 2021

Hi @Simon de Kraa ,

 

what you're referring to as "next-gen" is actually a type of project that is only available on Jira Cloud. 

It does have an improved interface and a better look, and it's only available for the Cloud Atlassian offer : https://www.atlassian.com/software/jira/next-gen

 

So I'm afraid that you can't install it on premise, with Docker.

 

Let me know if this helps, 

 

--Alexis

Simon de Kraa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 13, 2021

Thanks @Alexis Robert .

That is a clear answer. Do you know of any plans making this available in future Docker images provided by Atlassian?

Lisa Grau
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.
August 13, 2021

As far as I know, there are no plans to make team managed projects available for Data Center instances.

Like Nic Brough -Adaptavist- likes this
Nic Brough -Adaptavist-
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.
August 13, 2021

To support Lisa's answer there, Atlassian have been very clear to me (and others) in the past - Team-managed-projects are partially based on a tech that is not implemented in DC, and probably never will be.  So there's no prospect of TMPs ever going to DC.

Suggest an answer

Log in or Sign up to answer