Discussion:
Fill custom field using values from Oracle Database.
f***@atlassian.com
2010-09-09 13:40:22 UTC
Permalink
Hello,

Is there a way to fill out and update the choices of a custom field (Select List) using values stored inside an Oracle database ?

I'm new to JIRA so my knowledge of it is limited at that time.

Thank you for your help
--
Post by ZeroFearX - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=47287
f***@atlassian.com
2010-09-09 14:22:23 UTC
Permalink
You will have to write your own custom field type for this! Even if you manage to reset the options using some other ways, there is a validation done at the time of submitting which checks whether the value selected belongs to the configured options!

If you write your own custom field type, you can populate whatever values you want and override the validation method!
--
Post by jobinkk - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=47287
f***@atlassian.com
2010-09-09 14:30:43 UTC
Permalink
Thank you,
--
Post by ZeroFearX - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=47287
Loading...