GitReleaseNotes
GitReleaseNotes copied to clipboard
/IssueTrackerProjectId does nothing when Issue Tracker is Jira
Unfortunately, this causes GitReleaseNotes to dump all closed issues from all projects.
Not sure if other issue trackers are supported, only tested with Jira.
I noticed that.. I added a todo to the code to fix that and told Geert :)
Still lots to do on this project, just struggling for time to complete.
Sent from my Windows Phone
From: neoKushanmailto:[email protected] Sent: 5/10/2015 7:33 PM To: GitTools/GitReleaseNotesmailto:[email protected] Subject: [GitReleaseNotes] /IssueTrackerProjectId does nothing when Issue Tracker is Jira (#94)
Unfortunately, this causes GitReleaseNotes to dump all closed issues from all projects.
Not sure if other issue trackers are supported, only tested with Jira.
— Reply to this email directly or view it on GitHubhttps://github.com/GitTools/GitReleaseNotes/issues/94.
Yes, it's a catch 22, we need the author of the atlassian sdk to accept a few pr before we can fix this.
I'm surprised the Atlassian SDK is missing such a basic feature.
Well, it has that feature using the SOAP interface, but Atlassian disabled that last month on all cloud instances. This means that the library has to implement it as REST as well. I wrote a lot of extension methods that solve all of this, but the maintainer has to accept it. Once that is done, we will continue working on this.