You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Zendesk meshlet supports the following configuration directives listed below. For questions, contact Perspectium Support.


DirectiveDefault ValueDescription

sessionAuth

true

Indicates whether you want to authenticate your Jira connection with session IDs instead of basic authentication. 

(info) NOTE: This directive only works with Jira server, thus, you will need to set server to true. (See the next directive).

perspectium:
	jira: 
		sessionAuth: true

The following example enables the use of session IDs for your connection: 

perspectium:
	jira: 
		server: true
		sessionAuth: true
servertrue

Enable the use of the Jira server for your Jira connection. 

(info) NOTE: This directive needs to be enabled in order to use the sessionAuth configuration.

perspectium:
	jira: 
		server: true
  • No labels