I need to have a new customized field, type 'select list'. The options must be the values in this field from other issues. Also we want the option for the user to add new values as options in this select lst.
That's going to require an add-on for a new field type.
It's also going to be quite a hard one - the baseline select list is a set of options in a llist set by the admins. You're asking for a dynamic recursive list where the option list is drawn from existing issues, and of course, the ability to add ad-hoc ones (without being an admin and doing it from the interface).
However, what you are asking for is pretty much a "labels" field. It's not a drop-down, by it will suggest existing entries as people type. That's probably a far better option than writing a new field type.
Thank you Nic,
I want this field for the error messages. If I use a label field then my message is broken to many labels. I saw an answer to use - or _ but we do not want to say to our users to write the message in such way.
Is there an add-on we can use?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not one that does it the way you describe.
There is another option. With the ScriptRunner add-on, you can create "Behaviours". To get close to what you want:
For bonus points, you could write a script that says "when a developer accepts an issue with a new error logged, automatically add it to the options in the select list"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to implement the above option for Jira Service Desk portal?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Behaviours does not work for Service Desk yet, but I'm told it's on the roadmap for very soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For now, is it possible to implement this functionality in the customer portal using Web Resource Built-In Script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not that I know of.
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.