Hi,
I have a multi select custom field which consists of a lot of options (50+), i would like to attach a property/attribute to each option, property value would be (1,2,3,4) i'll be using this to calculate/query something. Is this possible?
Or do we have a facility in Jira to make a mapping table and feed this table to a multi select custom field?
thanks,
No, there's nothing in Jira to store the arbitrary data you want to attach to the options.
You'll need to do some coding - either hacking the existing code to add the functions to store and use this property data or take a look at using "active objects" in a plugin (a plugin is neater than mucking around with core code). The active objects approach is quite close to what I think you're thinking of when you say "mapping table"
thanks a lot..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.