The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Automate creation of Jira Issues from folder

Jonathan Do
Contributor
April 27, 2018

From time to time we get attachments that we put in a folder in our google drive.

What i'm trying to do is whenever a new file is put in this folder, a new Jira issue is created with this file attached to it.

Is there a plugin that does this? Or can I use python to program something to do this for me? Couldn't find anything online and looking forward to your thoughts.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Rachel Wright
Community Champion
April 29, 2018

Hi @Jonathan Do, Jira can create issues via email. 

Can you either have your user send an email, that includes the attachment, to a special address recognized by Jira, or can you have some script detect the new file in your folder and send Jira an email?

Here's more on the "create via email" feature: https://confluence.atlassian.com/adminjiraserver073/creating-issues-and-comments-from-email-861253784.html

Hope this helps,

Rachel Wright
Author, Jira Strategy Admin Workbook

Jonathan Do
Contributor
April 30, 2018

Thank you for your reply Rachel!

We had an internal discussion regarding this and we're going to create a python script that will take the attachment and create an issue within the project we want it to. Not the way we originally want to do it, but probably the best. Thanks so much for your help!

0 votes
rh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 27, 2022

Hi @Jonathan Do wondering if you guys were able to implement it. I know it might be a small project and I am looking for the same solution so it would be great if you can share that python script, if developed.

Thanks