Plugins Directory » Redmine issues macros
Author: | Twinslash Ltd | |
---|---|---|
Website: | https://github.com/twinslash/redmine_issues_macros | |
Code repository: | https://github.com/twinslash/redmine_issues_macros | |
Registered on: | 2013-03-06 (over 11 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 2.3.x, 2.2.x, 2.1.x | |
User ratings: |
Plugin provides 3 macro: {{related_issues}}, {{child_issues}} and #ID.
{{related_issues}} displays all issues, related with curent. If related issue has subtasks, they will be displayed after related issue's description.
{{child_issues}} displays all subissues. If subissue has it's own subissues, they will be displayed after subissue's description.
#ID displays issue with the passed id, if current user allows viewing it. WARNING! permission to view sub or related tasks (if you use one of the macros below) are not checking.
Installation notes
git clone https://github.com/twinslash/redmine_issues_macros.git
and restart Redmine
Changelog
0.0.1 (2013-02-27)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x.