Hi Everyone,
I am using JIRA Service Desk Server 3.11.0 . I have scenario that, I have a custom field with name "Country" which is of "Drop Down" type. I don't want to enter the all country names manually. For example i have 150 countries in the list, with one script those country names will display in the custom field.
Is there any script to get all the country names in the custom field?
Hello @DevaKiran
Another, non-script option I can think of is to create an excel sheet with 150 rows, the field Country as a column and each country in a row. When you import that into a plain Jira project (not your service desk directly), the new options should be added to the field.
Please refer to the following article for further information:
Good luck
Thank you @Nadine Schütt .
The solution which you suggested is absolutely working. Thank you so much @Nadine Schütt
But please suggest me how to do it with the script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @DevaKiran
Do you work with Script Runner? If so, there is a built-in feature for that referred to in the documentation:
I have never used it myself but just looked at the feature in our local Jira and it looks pretty straightforward.
Since I am not into scripting, I cannot offer any further advice on this, sorry.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.