remote
Last updated
Was this helpful?
Last updated
Was this helpful?
This configuration section contains settings for accessing the test cases on the remote Jira server.
The following example shows the most common options within this section.
serverUrl
The base URL of the Jira server. E.g. https://yourcompany.atlassian.net/
, http://myjiraserver:9090/
mandatory
project
The Jira project key that you can see in the URL when you access the project, e.g. PRJ01
mandatory
authenticationMethod
The authentication method to be used for connecting to the remote server. Possible values: Interactive
, UserNamePassword
, PAT
automatically detect UserNamePassword
or PAT
user
interactive prompt
password
interactive prompt
securityProtocol
The security protocol to be used for the remote connection (Ssl3
, Tls
, Tls11
, Tls12
).
system default
ignoreCertificateErrorsForThumbprint
SSL is verified by the OS
The Jira user name or (PAT) to be used for authentication. It may contain environment variables in ...{env:ENV_VAR}...
form. See for details.
The password to be used for authentication. It may contain environment variables in ...{env:ENV_VAR}...
form. See for details.
The thumbprint of the server certificate that should be treated as trusted. It is recommended to install trusted certificates on the operating system instead of using this setting. See related for details.
The ignoreCertificateErrorsForThumbprint
setting is planned for a future version of SpecSync for Jira. Please check the for details.