I need that the value of one field"xyz"(text field") gets copied automatically to "xyz"(drop down) as soon as i enter any value in "xyz"(text field"). Also while copying the values it should be checked that the value entered in the text field does not get copied tot he drop down if it already has that value.
Why don't you do this properly and use a labels field instead of a redundant text field?
Hello,
If you are on Jira Server/Data Center then you can do it either with javascript (which is not a good solution in my opinion) or Power Scripts Live fields or ScriptRunner behaviours.
If you are on Cloud then you can not do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alexey Matveev Thank you for replying Alexey. Yes, for the server instance i need to do it. Is Power Scripts Live fields an addon?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it is an addon. You can find more info here:
https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin/server/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.