Open iosifbel opened 3 months ago
Jira server base url is hardcoded to jira-server-url/rest/v2.
In our case the server is not following the URL structure: https://my-company.atlassian.net/jira/rest/api/2/issue/PRJ-001 but rather https://my-company.atlassian.net/rest/api/latest/issue/PRJ-001
Can we update it to have a custom property called base path and if set to be used instead of harcoded property from your class se.bjurr.gitchangelog.internal.integrations.jira.JiraClient?
Or can this problem be solved other way?
Jira server base url is hardcoded to jira-server-url/rest/v2.
In our case the server is not following the URL structure: https://my-company.atlassian.net/jira/rest/api/2/issue/PRJ-001 but rather https://my-company.atlassian.net/rest/api/latest/issue/PRJ-001
Can we update it to have a custom property called base path and if set to be used instead of harcoded property from your class se.bjurr.gitchangelog.internal.integrations.jira.JiraClient?
Or can this problem be solved other way?