プロジェクト

全般

プロフィール

操作

Wiki Lists en » 履歴 » リビジョン 3

« 前 | リビジョン 3/16 (差分) | 次 »
Tomohisa Kusukawa, 2013/06/22 21:18


Redmine Plugin: Wiki Lists

日本語は こちら.

This plugin adds wiki macros : ref_issues, etc.

Downloads

bitbucket

Installation

  1. Copy the plugin into the vendor/plugins directory

Changesets

Usage

List issues

[2011/01/19]

ref_issues macro displays list of issues.
You can use custom query or keyword for selecting issues.

Syntax

{{ref_issues([options]..., [column]...)}}

options:

  • -i=[CustomQuery ID]: ID of custom query.
  • -q=[CustomQuery name]: Name of custom query.
  • -s=[WORDs] : select issues that contain WORDs in subject.
  • -d=[WORDs] : select issues that contain WORDs in description.
  • -w=[WORDs] : select issues that contain WORDs in subject or description.
  • -p[=identifire] : Only the issues in the project is displayed.

You can specify two or more select option, it affect AND condition.
WORDs is one or more search words divided by '|', and multiple words affect OR condition.
If you specify no select condition, page name of wiki or number of issue is used for search word.

columns:
You can choose columns that you want to display.
If you do not specify the columns, same columns with customquery are displayed.

  • project
  • tracker
  • parent
  • status
  • priority
  • subject
  • author
  • assigned_to
  • updated_on
  • category
  • fixed_version
  • start_date
  • due_date
  • estimated_hours
  • done_ratio
  • created

example

{{ref_issues(-s=ref_issues,subject,fixed_version,done_ratio,status)}}

{{ref_issues(-p=wikiext,-w=emoticons|jenkins)}}

Tomohisa Kusukawa さんがほぼ11年前に更新 · 3件の履歴