I have been trying to pull in some data from cvs into Jira. Most things work perfectly, but I have a couple of significant problems with the "Description" field.
Is there a list of reserved symbols and which to escape how?
Even better, is there a way, similar to HTML's <code> tag, so simply mark the contents of a field as "treat this literally" so that I don't have to massage the text and potentially introduce new problems?
Many thanks,
ari
Hi Ari,
If you encapsulate the data in quotes then it should be treated literally:
Could you perhaps share an example of a line or two of CSV which don’t display as intended along with how it imports and what you’re expecting?
This may help us better understand your questions.
Cheers,
Keri
Hi Keri,
It looks as though that is what I did:
Issue Type,Description,Summary,Reporter,Priority,Status,label
New Feature,"RxConnect:
CHECKIN_DELIVERY.*
RxConnect:
INVENTORY_ACTIVITY.*
AIM/CIM:
CIIM_CHECKIN_DELIVERY.*
IN_EXCEPTION_LOG.*.dat (looks LIKE recently deployed)
CIIM_CONTAINER_INVOICE_XREF.*
CIIM_INVENTORY_ACTIVITY.*
INVOICE_ACTIVITY.*
CIIM_NON_CONTROL_RETURN_ACTIVITY.*
CIIM_TRANSFER_ACTIVITY.*
ORDER_ACTIVITY.*
Category Shrink: (Mainframe)
IR262_RX_SHRINK_*.TXT
",Ingest Inventory --NON BCG (RX),adavidow,Medium,To Do,Data Ingestion
Any idea why this is not working as expected? The data arrived, but the CRs did not, and some ".I" sequences triggered in/out of bold mode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried the import again, and it works as expected. Not sure what the problem was--if I added the quote marks later and forgot to retest, or if something went wrong the first time through.
One remaining question--I cannot find a "status" field to map to. Possibly anomaly on our customization? And why do I have to manually map like-labeled fields? E.g., if I have a CVS field labeled "Summary," why is it defaulting to "do not map" instead of to "Summary"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ari,
Status is not a field, but a part of a workflow - showing the current status of the tickets. See Working with workflows.
You should be able to save your mappings in a separate file after importing, which will speed up this process. But check your settings, have you checked Map Field Value for this particular column? To use the values from the CSV, you need just to map the column to the Corresponding JIRA field.
Cheers,
Keri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent. Will explore. In the meantime, am I correct in concluding that "pre-Jira" status can not be imported? (Not a show-stopper, but it would have been nice.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Ari,
Status can only be mapped to existing workflow statuses in JIRA. If not specified in your CSV file, imported issues will be given the default (i.e. first) Status as specified in your JIRA system.
So if you haven't created it in Jira, you won't be able to import them in unfortunately.
Cheers,
Keri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many thanks. I was able to do the import as it should have worked, within the limits noted above.
1. We do have a workflow set up in Jira. What I can't figure out is how to map to a specific status. Possible?
2. In the documentation (e.g., https://community.atlassian.com/t5/Jira-questions/CSV-import-with-multiple-comments/qaq-p/630263) it looks as though I can import comments--even multiple comments. But have been unable to find any way to map such fields to anything called "comment" or "comments"
What am I missing?
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.