I am new to jira plugin development and I am developing a feature which needs access to Epic Link fields. I noticed that for a standalone jira software installation, it automatically let's me create a scrum project which of course has the Epic Link field and other scrum related features. Now I have a jira plugin project which I run via IntelliJ using the command "atlas-run" and it creates a target folder which builds the development environment which I access via localhost:2990.
I tried to change jira versions using the pom.xml from 8.14 to 9.1.0 (with the command "atlas-clean" to re-create the entire target folder for the dev environment each time) but I still couldnt enable the Epic Link.
I tried to import the backup instance from a standalone project with the Epic Link and other scrum features enabled although restoration is succesful, there are still no scrum features enabled.
I noticed this difference when I checked Application section in Administration Settings.
development env running via command "atlas-run" on port 2990 on the left and a standalone jira data center installation on the right on port 8787 and clicking on the Install button for Jira Software on the 2990 instance doesnt install it successfully.
Is there some configuration that I can put on the pom.xml to let me enable the scrum features? I really need it to be able to proceed smoothly on my current task.
As it is indicated in the yellow-ish box on the left-side Jira, click "Install".
(It will install the apps that implement the Jira Software specific features, like agile boards, epics and so on.)
You can pass any add on keys when you run atlas-run. You just need to know what they are, available from the Marketplace API.
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.