Setting up Jira Spoke for on-premise JiraSummaryThe documentation for Jira Spoke is specific to setting it up for the cloud hosted Jira. This article provides steps on setting up Jira Spoke in the IntegrationHub for an on-Premise/self hosted Jira server.InstructionsCreate a Credential record for the Jira account. The Jira spoke connection and credential alias uses this credential to authorize actions.Follow the steps provided here for this step.Only modification here would be that you need to input the actual Jira account password in the password field since you do not have the ability to get an API token. API token is only retrievable when using cloud hosted Jira.Note: If on-prem JIRA started to support the usage of API tokens then there are no further code changes required on the ServiceNow side. Create Connection records for the Jira spokeFollow the steps provided here for this step. Make sure you only enter the base URL for Jira. Ex. https://<server_host>:<port>Only addition would be that you need to check 'Use MID server' in the connection record because the on-Prem Jira is only accessible from within your network. If you do not have a MID server setup already, you would need to set one up. You may refer to the documentation to complete this. This completes the setup for Jira Spoke for an on-Prem Jira server.