Forums

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

AUtomation for csv import

Jaime Basco
Contributor
October 25, 2023

Hello community,

We need an automation rule for CSV import.
Is it possible to create a rule to automate this import?

I am not seeing how to create this rule with Jira cloud automation.

Can anyone help us?

Thanks

2 answers

2 accepted

1 vote
Answer accepted
Bill Sheboy
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.
October 25, 2023

Hi @Jaime Basco 

That is not directly possible with an automation rule for Jira Cloud.

A rule can create issues directly, and can call REST API functions, and so a possible work-around (which I have not tried) is to:

  • attach a CSV file to an issue
  • have a rule call the REST API function to get the attachment's content
  • iterate the values in the web response to create the issues...or...transform the web response into JSON that could be consumed by the REST API function to bulk-create issues

This would be limited to the constraints of attachments and to the processing limits of automation rule branches (i.e., only up to 100 things for a branch) and the bulk-create (i.e., up to 50 issues for a single call).

Kind regards,
Bill

1 vote
Answer accepted
Edwin Stol
Contributor
October 25, 2023

There is no action available for a .csv import. If you want to automate issue creation, you can look into the 'Create Issue' action or creating issues via the REST-API:

https://community.atlassian.com/t5/Jira-Software-questions/REST-API-for-Creating-bulk-issues-in-JIRA-Software-using-the-CSV/qaq-p/1301255

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events