GitTools / GitReleaseNotes

Easily generate release notes
MIT License
173 stars 52 forks source link

/IssueTrackerProjectId does nothing when Issue Tracker is Jira #94

Open neoKushan opened 8 years ago

neoKushan commented 8 years ago

Unfortunately, this causes GitReleaseNotes to dump all closed issues from all projects.

Not sure if other issue trackers are supported, only tested with Jira.

JakeGinnivan commented 8 years ago

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:notifications@github.com Sent: ‎5/‎10/‎2015 7:33 PM To: GitTools/GitReleaseNotesmailto:GitReleaseNotes@noreply.github.com 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.

GeertvanHorrik commented 8 years ago

Yes, it's a catch 22, we need the author of the atlassian sdk to accept a few pr before we can fix this.

neoKushan commented 8 years ago

I'm surprised the Atlassian SDK is missing such a basic feature.

GeertvanHorrik commented 8 years ago

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.