개발/이슈관리
gsjava [MantisBT]컬럼 커스터마이징
철권
2022. 8. 30. 11:01
728x90
상단메뉴중 관리 > 설정사항관리 (adm_config_report.php)
ex) '선택박스','이슈번호','카테고리','심각도','요약'
'set configuration option' 에서 아래처럼 입력하시면됩니다.
configration option : view_issues_page_columns
Value :
0 => 'selection',
1 => 'id',
2 => 'category',
3 => 'severity',
4 => 'summary',
SMALL
기존 필드외에 새로운 필드를 추가: 커스텀 필드 관리에서 필드생성
기본적으로 지원해주는 필드는
At the moment, this supports the following fields:
- selection
- edit
- priority
- bug_id
- sponsorship
- bugnotes_count
- attachment
- category
- severity
- status
- last_updated
- summary
728x90
반응형