summaryrefslogtreecommitdiff
path: root/apps/redmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/redmine.json')
-rw-r--r--apps/redmine.json23
1 files changed, 21 insertions, 2 deletions
diff --git a/apps/redmine.json b/apps/redmine.json
index 5e745a4..93b437c 100644
--- a/apps/redmine.json
+++ b/apps/redmine.json
@@ -5,7 +5,7 @@
"json",
"xml"
],
- "version" : "0.1",
+ "version" : "0.3",
"methods" :{
"list_issues" : {
@@ -349,7 +349,26 @@
],
"method" : "GET",
"authentication" : true
- }
+ },
+
+ "list_issue_statuses" : {
+ "path" : "/issue_statuses.:format",
+ "required_params" : [
+ "format"
+ ],
+ "method" : "GET",
+ "authentication" : true
+ },
+
+ "list_issue_categories" : {
+ "path" : "/projects/:project_id/issue_categories.:format",
+ "required_params" : [
+ "project_id",
+ "format"
+ ],
+ "method" : "GET",
+ "authentication" : true
+ }
},
"meta" : {