Plugins Directory » Wiki macros to link to custom query and misc.
|
Author: | Toru Takahashi |
---|---|---|
Website: | https://github.com/torutk/redmine_cozy_wiki_macros/blob/master/README.md | |
Code repository: | https://github.com/torutk/redmine_cozy_wiki_macros/ | |
Registered on: | 2019-12-05 (over 5 years ago) | |
Current version: | 0.3.0 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x | |
User ratings: |
Plugin features¶
This plugin contains some miscellaneous wiki macros,
- link to issues with specified custom query.
- link to gantt chart with specified custom query, start year, term of manths, and zoom.
Plugin usage¶
'query_link' macro¶
{{query_link("On going bug issues", 31)}}
link to issues is only specified the link text and id of custom query.
'query_link_gantt' macro¶
{{query_link_gantt(master schedule, 3)}
link to gantt chart requires 2 parameters the same as 'query_link', and option parameters.
option parameters are as follows:
- year - start year of gantt term
- month - start month of gantt term
- months - term of months of gantt
- zoom - zoom level of gantt
{{query_link_gantt(master schedule, 3, month=11, year=2019)}}
link to gantt with start 2019-11.
Installation notes
clone this repository in plugins directory and restart redmine.
Changelog
0.3.0 (2019-12-05)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x.