GitReleaseNotes icon indicating copy to clipboard operation
GitReleaseNotes copied to clipboard

/IssueTrackerProjectId does nothing when Issue Tracker is Jira

Open neoKushan opened this issue 9 years ago • 4 comments

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

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

neoKushan avatar Oct 05 '15 11:10 neoKushan

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.

JakeGinnivan avatar Oct 05 '15 11:10 JakeGinnivan

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

GeertvanHorrik avatar Oct 05 '15 12:10 GeertvanHorrik

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

neoKushan avatar Oct 05 '15 13:10 neoKushan

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.

GeertvanHorrik avatar Oct 05 '15 13:10 GeertvanHorrik