Forums

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

Reading from file while creating new issue

tgefen
Contributor
April 23, 2017

Hello

What's the way you would recommend to read a file while opening a new issue?

I have to read a XLS / CSV file and set some of the fields (when creating a new issue) according to values in this file

 

Thank you

 

2 answers

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.
April 24, 2017

You'll need to write code to put in a post-function, feed it the file to be read and parse it for the data to be imported.

0 votes
Sam Hall
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.
April 23, 2017

I'd start with reading the guide here which explains how to import issues from CSV:

https://confluence.atlassian.com/adminjiraserver073/importing-data-from-csv-861253680.html

tgefen
Contributor
April 23, 2017

Thanks but I'm not talking about one-time import but reading the file each time a user opens a new issue

Suggest an answer

Log in or Sign up to answer