Introduction
<lorem ipsum>
Jira Integration Setup
Here are the steps to integrate with an existing Jira instance:
– Find the external IP and port of the jira service using kubectl get svc
– Go to http://<externalIP>:<port> for Jira and complete the setup process
– Choose “I’ll set it up myself”
– For Database setup, pick “Built In”
– For “Set up application properties”:
– Application title: Jira
– Mode: Public
– Base URL: This should match http://<externalIP>:<port> for the jira service
– For “Specify your license key”, click the link to create a Jira trial license
– For “Set up administrator account”:
– Username: demo
– Password: modelop
– Everything else can be whatever you want
– Set up email notifications: Later
– At the welcome screen, choose “Create a project” and “Basic software development” and set it’s name as “Demo” (key DEMO)