Can I import new field values to already created issues?

Andy Webb March 10, 2015

I would like to import new field values into already created Issues.  I can tie them to the Issue ID.  Is there anyway to do this?

1 answer

1 accepted

1 vote
Answer accepted
Jonathan Muse
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 10, 2015

You can import a CSV using the JIRA Importers plugin (included in JIRA). If you include the key and summary of an issue that already exists you will update that issue instead of creating a new one.

If you had an issue, TEST-123 with a description of apple, and you imported the following CSV:

Sample CSV:

key, summary, description
TEST-123, Fruit, Banana

The description of TEST-123 would now be Banana.

https://confluence.atlassian.com/display/JIRA/Migrating+from+Other+Issue+Trackers

Andy Webb March 10, 2015

Thanks so much!

Suggest an answer

Log in or Sign up to answer