To enhance ServiceBond for Jira, you can configure the Jira Meshlet to the directives listed below:
Directive | Default Value | Description |
---|---|---|
sessionAuth | true | Indicates whether you want to authenticate your Jira connection with session IDs instead of basic authentication. 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 |
server | true | Enable the use of the Jira server for your Jira connection. NOTE: This directive needs to be enabled in order to use the sessionAuth configuration. perspectium: jira: server: true |