Plugins Directory » Wiki Issue Fields
Author: | Stéphane Briand SeaSideTech | |
---|---|---|
Website: | www.seasidetech.net | |
Code repository: | https://github.com/sbriand/redmine_wiki_issue_fields | |
Registered on: | 2013-09-24 (about 11 years ago) | |
Current version: | 0.5.9 | |
Compatible with: | Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x | |
User ratings: |
Purpose :
Display a list of issues and some of their properties in a wiki page, or in the description of an issue. The text is click-able, making a link to the issue itself.
Syntax:
Single issue : {{issue_fields(issue_id,[options],[arguments])}} List of issues : {{issue_fields(issue_id_1 issue_id_2,[options],[arguments])}}
issue_id : issue number
Options:
- +l : Add html link
- +p : display the project name number
- +i : display the issue number
- +c : display the field caption of any field after this option
- +s : specify a separator to be used instead of coma
Arguments:
- Natives issue field : project, tracker, parent, status, priority, subject, author, assigned_to, updated_on, category, fixed_version, start_date, due_date, estimated_hours, done_ratio, created
- Custom issue fields name
Examples:
With the following issue :
Macro syntax | Result |
---|---|
{{issue_fields(5,subject)}} | Setting an issue status as default status leads to an sql error. |
{{issue_fields(5, +c, subject)}} | Subject : Setting an issue status as default status leads to an sql error. |
{{issue_fields(5, +p, +i, subject)}} | Redmine - #5, Setting an issue status as default status leads to an sql error. |
{{issue_fields(3 4 5, +i, subject)}} | #3, ajax pagination of projects #4, log problem #5, Setting an issue status as default status leads to an sql error. |
{{issue_fields(3,journal=1 2)}} | display journal entries 1 and 2 |
Support :
Any comments, suggestions or problem report can be made in the forum : Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
Installation notes
Installation process is quiet simple.
Unzip the file in the plugin folder of Redmine, then restart Redmine.
The name of the folder must be wiki_issue_fields.
Changelog
0.5.9 (2018-06-12)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Add a parameter to include the Notes of issue history.
0.5.2 (2017-03-24)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Issue correction : the option assigned_to didn't display anything.
Improvement : the plugin will generate a div for the description field. to improve display and management of toc (table of content).
0.5.1 (2016-12-03)
Compatible with Redmine 3.3.x, 3.0.x.
Now, the macro accepts either a single issue ID, or a list of issues ID.
0.4.7 (2016-06-27)
Compatible with Redmine 3.1.x, 2.6.x.
0.4.5 (2013-10-31)
Compatible with Redmine 2.3.x.
0.4.1 (2013-09-24)
Compatible with Redmine 2.3.x.
Correction of a conflict with plugin issue_checklist plugin
0.4.0 (2013-09-24)
Compatible with Redmine 2.3.x.