tomasbjerre / git-changelog-maven-plugin

Maven plugin that can generate a changelog, or releasenotes, from git repository
Other
78 stars 35 forks source link

Jira server base url is hardcoded to v2 #63

Open iosifbel opened 1 month ago

iosifbel commented 1 month 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?