Hi for all!
I need to create a multi select custom field..
The number of options in this custom field will be up to 80...
Q: Are any functionality which I can use to import a list of custom field options into Jira?
Hi,
You can create all 80 values without add-on by using the import issues by CSV.
generate your self new CSV file with 3 columns:
Create 80 raws in your excel, for exmaple:
Task summary 1 value 1 (your actual value)
Task summary 2 value 2 (your actual value)
Task summary 3 value 3 (your actual value)
Task summary 4 value 4 (your actual value)
Task summary 5 value 5 (your actual value)
And so on....
Use the import issues with CSV, it will create you 80 issues, but the values you put in the column of your customfield, will be updated as values in your Jira.
So after import the CSV simply delete the 80 issues and you don't really need them, you use this only for update field values.
Hi, Nir!
I'm sorry, but it is not working with my Jira :(
The validation process has found 3 warning/s
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please send here screen shot of your CSV file?
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.
i think you are doing something wrong in the import wizard..
Can you upload short video of your steps?
mapping fields and values
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.
I need also the screen before "Map Values"
when you map the fields of the excel to the fields in Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nir, it is enough or i must share something additionally?
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.
OK,
Try this instead:
Summary Certifications Certifications Certifications
1 a1 a2 b1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you will have only 1 line of headers and 1 line of input
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.
That is strange, it thinks you are passing "None" as value, but you are not.
Never seen this error.
I will try to ask another community champions to help here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To achieve this functionality you can use JIRA Command Line Interface(CLI) add-on. You can find some of the examples from the Examples page.
To create the multi-select custom field you need to use the addCustomField parameter action. To add values to the multi-select custom field, you need to use runFromCsv parameter action. You can go through the How to use runFromCsv page.
Regards,
Kishore Kumar Gangavath.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, Kumar!
Thank you for your reply!
Would you be so kind to support me with applying runFromCsv parameter action?
If my multi-select custom field name is "Certifications",
And if I have csv file (comma-separated values) with list of options:
a1
a2
b1
b2
Please, suggest me a right order of actions with CLI add-on if i want to import up-mentioned options into "Certifications" field.
Thank you very much in advance!
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.