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.
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.
perspectium: jira: server: true |