${_('Filters')}
$field.label
$mode.name
もしくは
$option
${option or 'none'}
${_('yes')}
${_('no')}
${_('Add filter')}
${field.label}
設定
基準日
ソートするフィールド
component
milestone
絞込みをします マイルストーン =
$i
AND コンポーネント =
${i.name}
自分のチケットのみ表示
closeしたチケットを表示
$y
年
$m
月
${cur.year}/${cur.month}
${cur.month}/${cur.day}
${weekdays[wk]}
${print_chart('todo')} ${print_chart('late')} ${print_chart('done')}
${_(sorted_field)}
チケット
担当者
#${t['id']}:${t['summary'][0:14]}
${t['type']}
#${t['id']}: ${t['summary']}
担当者
: ${format_author(t['owner'])}
開始日
: ${format_date(parse_date(t['due_assign'].isoformat()))}
終了日
: ${format_date(parse_date(t['due_close'].isoformat()))}
達成率
: ${t['complete']}%
詳細
:
${t['description']}
${t[ticket_col]}
${ticket_col in ('owner','reporter') and format_author(t[ticket_col]) or t[ticket_col]}
${print_field( 196,107,'owner')} ${print_field( 91,104,'ticket')} ${print_field( 1, 89,sorted_field,dupchk=True)}