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. |