Project

General

Profile

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 (over 10 years ago)
Current version: 0.5.9
Compatible with: Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x
User ratings:   (3)

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).

wiki_issue_fields_0.5.2.zip (15.7 KB) wiki_issue_fields_0.5.2.zip Stéphane Briand SeaSideTech, 2017-03-24 20:55
issue.png (35.9 KB) issue.png Stéphane Briand SeaSideTech, 2017-06-09 11:43

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.

wiki_issue_fields_0.5.1.zip (17.4 KB) wiki_issue_fields_0.5.1.zip Stéphane Briand SeaSideTech, 2016-12-03 23:29

0.4.7 (2016-06-27)

Compatible with Redmine 3.1.x, 2.6.x.

wiki_issue_fields_0.4.7.zip (17.1 KB) wiki_issue_fields_0.4.7.zip Stéphane Briand SeaSideTech, 2016-06-27 09:43

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

wiki_issue_fields_0.4.1.zip (15.5 KB) wiki_issue_fields_0.4.1.zip Version 0.4.1 Stéphane Briand SeaSideTech, 2013-09-24 23:21

0.4.0 (2013-09-24)

Compatible with Redmine 2.3.x.

wiki_issue_fields_0_4_0.zip (15.6 KB) wiki_issue_fields_0_4_0.zip Version 0.4.0 Stéphane Briand SeaSideTech, 2013-09-24 23:22

User ratings

  by Marcus Mueller over 3 years ago

Is exactly doing what it should. Excellent feature!

  by Cristiano Krug about 7 years ago

Exactly what I was looking for, works great!

  by Thorsten Jäger over 7 years ago

Copied, Restarted, worked. Does exactly what i need without being too intrusive to RM. THANKS !!