forked from eventum/eventum
-
Notifications
You must be signed in to change notification settings - Fork 0
System Admin: Custom Fields
Elan Ruusamäe edited this page Oct 24, 2015
·
1 revision
Eventum can create custom fields to use in assigned projects. Custom fields can hold data to require in forms and display in listings.
Follow these steps to create a custom field:
- Logged as Administrator, go to
Administration -> Configuration -> Manage Custom Fields
- Enter
Title
andShort Description
(it will show up by the side of the field), selectAssigned Projects
andTarget Forms
(custom fields will appear and be be required only where selected), choose ifDisplay on List Issues Page
or not (order where they appear in listing can be changed later inManage Projects -> Edit Columns to Display
), and chooseField Type
. Available types areText Input
,Textarea
,Combo Box
,Multiple Combo Box
,Date
, andInteger
. - Hit the
Create Custom Field
button to save the changes. - Create an issue with the form where you enabled the custom field, for example the
Report Form
(Create Issue
), the custom field should be displayed. - Enter data for the new issue, fill the custom field with data, submit the issue.
- If enabled, verify the custom field data is displayed in the List Issues page.
You can create as many custom fields as required.
- Installation Process
- Scheduled Tasks
- Other Features Requiring System Setup
- Email Routing Script (route_emails.php)
- Note Routing Script (route_notes.php)
- Draft Routing Script (route_drafts.php)
- IRC Notification Bot (irc/eventum-irc-bot)
- Command Line Interface (cli/eventum)
- Installing on SSL (https)
- Installing with PHP on FastCGI