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.
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
Thanks @Alexis Robert .
That is a clear answer. Do you know of any plans making this available in future Docker images provided by Atlassian?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know, there are no plans to make team managed projects available for Data Center instances.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.