
| Key: |
JRA-10847
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Duplicate
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Allen Rohner
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
JIRA
Created: 12/Aug/06 07:53 PM
Updated: 13/Aug/06 11:42 PM
|
|
| Component/s: |
Custom Fields,
Issue Fields
|
| Affects Version/s: |
3.6.3 Enterprise
|
| Fix Version/s: |
None
|
|
|
Environment:
|
Standalone, Fedora Core 5, JDK 1.5
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
|
JRA-5783 Make field required only for one state transition
|
|
|
|
|
|
|
|
When a custom field which is not present on the create issue screen is marked required, new defects cannot be created. When attempting to create the defect, it is rejected with the message "<your custom field> is required"
I have created a custom field, called reviewer, which is only present on the resolve screen. In the field configuration, the reviewer is marked required. Now when attempting to create a defect, the defect is rejected because the reviewer is not present, but the reviewer field is not present on the create screen. The check for the field being required should only happen on screens that contain the custom field.
|
|
Description
|
When a custom field which is not present on the create issue screen is marked required, new defects cannot be created. When attempting to create the defect, it is rejected with the message "<your custom field> is required"
I have created a custom field, called reviewer, which is only present on the resolve screen. In the field configuration, the reviewer is marked required. Now when attempting to create a defect, the defect is rejected because the reviewer is not present, but the reviewer field is not present on the create screen. The check for the field being required should only happen on screens that contain the custom field. |
Show » |
|
We are tracking this at JRA-5783
.
that checks to see if the value is on that screen.
The current workaround is to make the field not required and have a custom Workflow Validator
Cheers,
Nick