Issue Details (XML | Word | Printable)

Key: JRA-12543
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: CAM
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Need ability to change project component field type from multi select to single select

Created: 11/Apr/07 02:04 PM   Updated: 11/Apr/07 04:18 PM
Component/s: Project Management
Affects Version/s: 3.7.3
Fix Version/s: None

Time Tracking:
Not Specified

Environment: windows server 2003

Participants: =Neal Applebaum, CAM and Cheryl Moore
Since last comment: 1 year, 25 weeks, 5 days ago
Labels:


 Description  « Hide
Need ability to change project component field type from multi select to single select. We only want the user to be able to select one component per record.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
=Neal Applebaum added a comment - 11/Apr/07 04:04 PM
I remember doing this once, although it was on an older version. I had to modify the source slightly.

try editing WEB-INF\classes\templates\jira\issue\field\components-edit.vm

and change line 4
select multiple name=
to
select name=

I don't have time to try it myself, but you can give it a shot on a test instance. You may have to restart JIRA to get it to work.

If it doesn't work, you can post to the user forum.


Cheryl Moore added a comment - 11/Apr/07 04:17 PM
That worked! Thanks!

Thank you,
Cheryl Moore
Change Management Team
wk 402-398-7170
cell 712-520-0772


CAM added a comment - 11/Apr/07 04:18 PM
Thanks for the info. That worked just fine! You can close this out.