To enhance ServiceBond for Jira, you can configure the Jira Meshlet to the directives listed below:


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