Hi everyone,
I need to update specific fields in already existing Jira issues using an Excel file. The issues are identified by their issue keys, and I want to modify certain fields (e.g., status, assignee, custom fields, etc.).
Is there a way to achieve this using Jira’s built-in import functionality, or do I need an external app like ScriptRunner or another plugin?
If anyone has experience with this, I’d appreciate any guidance or best practices.
Thank you in advance!
Best regards,
Karyna
Hi @Karyna Lysikova , yes, this can be done natively. You simply perform a CSV import, and you need to ensure that you include the issue key in one of the columns. Any values included for other existing fields will be updated. If you plan on doing this regularly I recommend that you first test with a single issue until you get it working the way you want and save the import template so it can be reused.
Hello @Jack Brickey
thank you for your reply.
Could you please let me know if there are fields that are already filled in in existing tickets - will they be then with the new import overwritten?
How should I do that correctly, so that I only update fields (or fill new fields using import file) that I have in my CSV import file?
Appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Karyna Lysikova , basically whatever fields you include in your import will result in updating the field.
Example:
if you dont want fields updated then don't include in the CSV file. What I recommend is to first create a JQL query and set you columns to represent the fields you will update. Export the query then massage the CSV to represent what you want updated then import.
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.