ATLASSIAN Jira Connector Configuration

The Jira connector requires a specific configuration to authorize the Jira authentication. For more information, see also Basic Authentication: External Server Configuration.

See Also
ATLASSIAN Jira

Environment: On premises only

Here is an example of a CATSmmConfig.json file declaring the Jira server:

{
"id": "/jiraplojirsrv001rnd",
	"title": "JIRAServerHostName",
            "typeUri":  "http://www.3ds.com/vocabularies/syc/type/Jira",
            "address":  "https://myJiraServer:myJiraServerPort",          
	"description": "",
	"parameters": {
 "ellapseTimeCache" : "120"				
	}     
  }

Parameter Description
id Identifier of the server.

Must not contain blank space, must be unique.

title Title of the Jira server
typeUri Cannot be customized. The value must be:

http://www.3ds.com/vocabularies/syc/type/Jira

address Specifies the adress of the Jira server.

<myJiraServer>:<myJiraServerPort>

description Can be customized..
ellapseTimeCache Default time to empty the cache of objects in the connector.

The value is specified in seconds.