Opened 16 years ago
Closed 16 years ago
#7804 closed enhancement (duplicate)
New ticket custom required fields
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | none |
Severity: | normal | Keywords: | required fields, custom fields |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
There's no way to set required fields when the user is creating new tickets.
We're using custom fields "Estimated Time" and "Worked Time". Each one is filled at one moment: the estimated time is filled when the user create the ticket, and the worked time is filled when the user closes the ticket. This enables us to compare the total estimated time with the total worked time.
The problem is that this fields are not required.
Suggestion: add this fields to the trac system and also use them on the milestones overview (progress bar by total tickets and by worked time).
Duplicate of #7492