Add jiraBasePath property to GitChangelogMojo.java.
Update execute method in GitChangelogMojo.java to use jiraBasePath if set.
Update builder in GitChangelogMojo.java to use jiraBasePath if set.
Update README.md to document the new jiraBasePath property.
Delete the added section of the #### Jira Configuration and add an example like <jiraBasePath>https://my-company.atlassian.net/rest/api/latest</jiraBasePath>.
DONT Merge just a SHOW-Case for Github-Codespaces
Add custom property for Jira server base path.
jiraBasePath
property toGitChangelogMojo.java
.execute
method inGitChangelogMojo.java
to usejiraBasePath
if set.builder
inGitChangelogMojo.java
to usejiraBasePath
if set.README.md
to document the newjiraBasePath
property.<jiraBasePath>https://my-company.atlassian.net/rest/api/latest</jiraBasePath>
.For more details, open the Copilot Workspace session.