Introduction

SenseAdapt JIRA connects to JIRA via the JIRA ReST API. When installing SenseAdapt JIRA , ensure you can access JIRA from a web browser on the target machine.

SenseAdapt uses single sign-on, OAuth, to authenticate users and ensure they only see the projects they allowed to. See the OAuth Setup page for instructions on how to do this.

Prerequisite

Setting up IIS

Configuration file

Locate the visualisation.confg file in the root directory and locate the following keys and change them to your environment variables. Please note the variables names are prefixed with "tfs" because SenseAdapt had orginally been created for TFS first.

<add key="tfsServerURL" value="http://jira server url/" />
<add key="tfsUserName" value="john" />
<add key="tfsPassword" value="johnspassword" />
<add key="ServerType" value="jira"/>
<add key="EnableCacheDatabase" value="false" />


To complete your installation you will need to configure logging