Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create Issues out of an Excel File that is attached to an E-Mail

Patrick Alexander March 27, 2017

Is there a way to create Issues out of an Excel File that is attached to an E-Mail? We know the CSV Import and we also know that issues can created via Mail.

1 answer

1 vote
Nic Brough -Adaptavist-
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 27, 2017

You'd need to write some code to detect and parse the attachment

Patrick Alexander March 27, 2017

Hi Nic,

Thank you for your answer. I think you mean with scriptRunner Add-on. Do you have experience with this topic.or have a sample script for it?

Nic Brough -Adaptavist-
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 27, 2017

I don't know if it could be done with the ScriptRunner.  I've done something similar, with an add-on that implemented a mail listener - if that found certain content in an email, then it parsed it for issue data.  I imagine you could do the same for an attachment rather than content (although I'd dread trying to read Excel files in code).

Suggest an answer

Log in or Sign up to answer