Patch #14109
openIssue REST API should return visible changesets from other projects
0%
Description
With GET /issues/2.xml?include=changesets
only referring changesets from projects with repository module enabled are shown.
#3087 fixes this for the html-view.
Patch based on http://svn.redmine.org/redmine/branches/2.3-stable r11710
Files
Updated by Filou Centrinov over 11 years ago
Why we should give a user more rights via REST API access than he has on the website?
Updated by D G over 11 years ago
The patch should do the same fix like r8749 did.
In my environment I get the list of revisions in the webview but not via REST API (revisions of other projects without repository module).
So the user has less rights via REST API.
Shouldn't the visible
in issue.changesets.visible.all.each
do the trick?
I don't want to get more rigths via REST-API, it's only confusing that I get less revisions via REST API than via webview.