Actions
Defect #9869
closed[REST] 403 on issue_categories
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi folks (and merry Christmas) !
I am trying to get issue categories via REST this way :
http://host.com/redmine/projects/8/issue_categories.xml?key=somekey
But everything I get is a 403. The weird part is that :
works perfectly with exactly the same key. Is there something I missed ?
Thank you in advance,
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Sorry, please ask questions in forum.
This one looks like a permission issue, even listing issue categories requires the user to be a member of the project (source:/trunk/lib/redmine.rb#L61).
(and merry Christmas to you too =)).
Actions