Contact for Service
catworkx GmbH
Schellerdamm 16
21079 Hamburg
Germany
> Get Support
<
Content
...
Locate the "Credentials" section of each configured server and replace it by:
| Code Block | ||
|---|---|---|
| ||
"Credentials": {
"Username": "",
"Password": "",
"ApiToken": ""
}, |
Please also make sure to delete any credentials for the proxy. Due to the encryption it is not possible to deploy them:
| Code Block | ||
|---|---|---|
| ||
"ProxyUsername": "",
"ProxyPassword": "" |
...
If you want to share settings in your team, for example project mappings, which map e-mail addresses to Jira projects, you can just copy the related sections from one settings file to another. In case you configured multiple servers you can also copy settings from one server to another.
Please consider, that you cannot share any credentials for Jira or the proxy, due to the encryption. Here are the steps to share all other settings:
Locate the server and settings you want to share or copy, for example project mappings:
| Code Block | ||
|---|---|---|
| ||
"RegExProjectMapping": [
{
"ProjectKey": "COMPANY",
"RegexPattern": "*@company.com"
},
{
"ProjectKey": "SUPPORT",
"RegexPattern": "support@???.server.com"
},
{
"ProjectKey": "USERS",
"RegexPattern": "???.*@company.net"
}
] |
...