Step 1: Create a Service Account
- Log on to DC (If ADUC not locally available)
- Launch Active Directory Users and Computers
- Expand the forest to reveal the Service Accounts node
- Right Click the node and select New > User

- Complete the new object wizard (First Name: Jira, Last Name: Service, Logon name: srv_jira) – Next
- Specify a secure password and confirm. Set the account to not require a change, and never expires. – Next

- Click Finish
Step 2 Create a SQL Database
- Logon to SQL Server
- Open SQL Server Management Studio and Login
- Expand the Instance
- Expand Databases OU/Folder
- Right Click the Databases OU and Click New Database
- Give the Database a Name

- Click the Options Tab
- From the Collation Dropown, Select SQL_Latin1_General_CI_AI or SQL_Latin1_General_CP437_CI_AI
- Click OK
Step 3: Give SRV Account Permissions to Database
- In SQL Management Studio, go to the Security OU/Folder and right click
- Select New > Login
- Click Search
- Click Locations
- Select the relevant domain and click OK

- Enter the name of your service account in the Enter the object name to select field and click Check Names

- Select User Mapping from the Right hand pane.
- In the Users mapped to this login pane scroll to the database created in stage 2 and put a tick in the tick box.
- With the Jira Database still selected, In the Database role membership pane select:
– Public
– db_datareader
– db_datawriter
– db_owner
- Click OK
Step 4: Install Jira
- Logon to the Application Server where Jira is to be installed
- Download the Jira Installation EXE to the server
- Launch the Application Install EXE

- Click Next
- Select Custom Install (recommended for advanced users) – Click Next
- Specify an Installation Directory (Default is fine) – Click Next
- Specify Attachments Directory (Default is fine) – Click Next
- Check the Start Menu folder name – Click Next
- Select Use Default Ports (we will secure using TMG Later) – Click Next
- Tick the Install JIRA as a Service box – Click Next
- Review the settings and if correct – click Install

- Leave the Launch Jira Software in Browser option selected and click Finish
Step 5: Pair your Jira Instance with the Database
- When the web browser has loaded, select I’ll set it up myself
- Click Next
- Select the Built In radio button (we will associate the MsSQL Later) – Click Next
- Close the Browser
- Launch the Services.msc and stop Atlassian JIRA Service
- Launch Notepad as an Administrator
- Navigate to C:\Program Files\Atlassian\Application Data\JIRA\
- Open the dbconfig.xml
- Make the following changes:<database-type>h2</database-type>
to
<database-type>mssql</database-type><schema-name>PUBLIC</schema-name>
to
<schema-name>dbo</schema-name><url>jdbc:h2:file:C:\Program Files\Atlassian\Application Data\JIRA/database/h2db</url>
to
<url>jdbc:jtds:sqlserver://[SQLServerFQDN]:1433/[DBName];domain=[Domain]</url><driver-class>org.h2.Driver</driver-class>
to
<driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class><username>sa</username>
to
<username>[DomainAccount]</username>
(Note: No Domain is specified here!)<password></password>
to
<password>[domain account password]</password>
- Save changes
- Close config file
- Start the Atlassian JIRA Service
- Go to the Log Directory for the installation (Program files/Atlassian/Application Data/Jira/log)
- Open atlassian-jira.log and ensure the service started and connected to the Database successfully
Step 6: Configure your Jira System
- From the Start Menu select Access Jira
- Set the Application title: MindLink Jira
- Set the Mode to Private
- Set the base URL to the required address address you will use to access Jira
- Click Next

- Provide License Key and Click Next
- Specify the Jira Admin Credentials you wish to use and click Next
- Select the option to set up Email Notifications Now
- Specify the SMTP Settings and Click Test Connection
- When successfully connected – Click Finish
- Select English (United Kindom) [Default] – Click Continue
- Click Next to bypass Avatar selection
- Click Skip quick tour
- Create Projects as requires (this can be bypassed and created later if you like)