|
| 매개변수 |
| | trackerId | 숫자 | 필수 | 트래커의 Id |
| | name | 텍스트 | 필수 (티키 3.0 이상부터 선택사항 | 표시될 필드명 |
| | fieldId | id | 선택사항 | 필드 식별자 | tw>=3.0
| | sort_mode | 문자열 | 선택사항 | 예: created_desc, lasModif_asc... created_desc 가 기본 | tw>=3.0
| | status | opc 혹은 oc 혹은 op 혹은 pc 혹은 o 혹은 p 혹은 c | 선택사항 | 상태 | |
다른 기존 모듈 매개변수도 적용됨:
nonums
Displays the value of a field of the specified number of tracker items. If the specified tracker has no main field, either Field name or Field identifier is required. Required parameters are in bold. Go to the source code Preferences required: feature_trackers
| Parameters |
Accepted Values |
Description |
Default |
Since |
trackerId |
int |
Identifier of the tracker from which items are listed. Example value: 13. |
|
|
name |
any string except for HTML and PHP tags |
Name of the field from which values are listed. Example value: age. |
|
|
sort_mode |
any string except for HTML and PHP tags |
Specifies how the items should be sorted. Possible values include created and created_asc (equivalent), created_desc, status, lastModif, createdBy and lastModifBy. Unless "_desc" is specified, the sort is ascending. "created" sorts on item creation date. "lastModif" sorts on the last modification date of items. "lastModif_desc" sorts in descending order of last modification date. Default value: created_desc |
|
|
status |
word |
If set, limits the listed items to those with the given statuses. Values are combinations of "o" (open), "p" (pending) and "c" (closed). Possible values: opc, oc, op, pc, o, p or c. Default value: opc |
|
|
fieldId |
int |
Identifier of the field from which values are listed. If Field name is set, this parameter is ignored. Example value: 13. |
|
|
|