automate jira tickets import (with custom fields)

Ikram Antoine Sirgi April 22, 2015

Good Morning

i was wondering if there is a way i can schedule and automate JIRA tickets imported from a csv file on a daily basis.

ie: always look at this folder, and import that file as JIRA tickets. 

ps: there might be additional custom columns based on project.

thanks

 

2 answers

0 votes
GabrielleJ
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 22, 2015

You can create a script that implements the JIRACLI createIssue function. Install this script in cron and run it on the time you like. The JIRACLI can accommodate custom fields.

0 votes
Radu Dumitriu
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 22, 2015

Yeap, we have done it several times with SIL (JJUPIN). A service, a location, and a script.

Of course, there are other plugins to help you as well, like ScriptRunner, etc.

Suggest an answer

Log in or Sign up to answer