We have a requirement to automate creation of JIRA tickets with defined subtasks by importing data from CSV/Excel sheet.
I would like to have suggestions on how this can be achieved using any free plugins/tools authorized by Atlassian.
A similar question - Has a new solution come out to automate tasks creations in Jira from Microsoft project planner/tasks file?
Hi @[deleted]
I can't think of a way that this can be done with out of the box jira functionalities. Usually when you import tasks, you first import standard issue types. And upon importing/creating these tasks, only then you can import/create their subtasks.
How many issues are we talking about?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the feedback.
Let me elaborate our requirement a little for better clarity.
An excel sheet will be generated from a tool. The data from this excel sheet/csv file has to be then used to create multiple JIRA tickets/issues. We are required to first create a standard JIRA ticket/issue for a project and then that ticket/issue should have three subtasks. The definition (Name and contents) of these subtasks are should be standard across all the JIRA tickets that are created.
Am I required to quantify the number of tickets/issues that are required to be created?
That number is dynamic and depends on the data within the csv/excel sheet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm... perhaps this thread will do for you: https://community.atlassian.com/t5/Jira-questions/Automatically-Import-CSV-Files-in-JIra/qaq-p/916091.
If that will not work then a way I would approach the issue would be:
If subtasks are not the same for all standard issue types, then I would consider a more code-full approach. But to be honest, I haven't try anything of the above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.