File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,23 @@ More information on installing (and uninstalling) Redmine plugins can be found h
38
38
39
39
## How to use
40
40
41
- [ Settings, screenshots, etc.]
41
+ - Make sure REST web services is enabled: http://localhost:3000/settings?tab=api
42
+ - Enable the plugin in project settings
43
+
44
+ The Geo-Task-Tracker (GTT) S.M.A.S.H plugin is connects the S.M.A.S.H mobile app with Redmine GTT.
45
+ It adds new API endpoints to provide the tracker type configuration as custom notes.
46
+
47
+ ** Project level API endpoint**
48
+
49
+ ```
50
+ http://localhost:3000/projects/(project_id)/smash/tags.json
51
+ ```
52
+
53
+ ** Global level API endpoint**
54
+
55
+ ```
56
+ http://localhost:3000/smash/tags.json
57
+ ```
42
58
43
59
## Contributing and Support
44
60
Original file line number Diff line number Diff line change 4
4
name 'Redmine GTT SMASH Plugin'
5
5
author 'Georepublic'
6
6
description 'Adds SMASH integration capabilities for GTT projects'
7
- version '0 .0.1 '
7
+ version '1 .0.0 '
8
8
url 'https://github.com/gtt-project/redmine_gtt_smash'
9
9
author_url 'https://github.com/gtt-project'
10
10
You can’t perform that action at this time.
0 commit comments