Hello,
I am an engineer developing code to deploy applications out to global workstations. Instead of creating the individual stories for my sub-tasks I end up just creating one story that may or may not be completed in this sprint cycle and just add comments to it. I would like to be more efficient and professional in this approach. What I am asking help to create would allow me (and others) to efficiently create Epics when needed and for reoccurring work that still needs to be in Jira.
Here is what I would like to do:
I tried searching for this in the forum but could not find an answer. If someone could tell me how this works or point me to the documentation for me to learn that would be great.
Thank you!
Hello @Matthew Van Doremalen
Welcome to the Atlassian community.
Are you working with issues in a Team Managed project or a Company Managed project?
This may be able to be accomplished, depending on the above, by importing data from a CSV file or by using an Automation Rule.
A CSV import can be done by most users through the "View all issues" screen. You would create the "template" of issues you want to create as rows in your CSV. By importing the CSV you would create the issues in Jira.
https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-a-csv-file/
Automation Rules may be restricted as to who can create them. Sometimes Jira Admins don't allow anybody else to create them. Sometimes they allow Project Admins to create them. If you are not a Project Admin you can check with the Project Admin for the project where you want to be able to create these issues, and ask if they have permissions to create Automation Rules. @David Blank gave one example of such a rule. It would also be possible to set up rules that would clone an existing Epic and its existing child issues.
It could also be accomplished using a third party app that extends issue cloning capabilities. Installing such an app can be done only by a Jira Administrator, though your system may be configured to allow you to request an app. Check under the Apps menu to see if you have the Find option. You could use that to search the Atlassian Marketplace for an app that does cloning. "Clone Plus" is one such app.
I love the CSV approach. What a great method @Trudy Claspill
I've imported issues for other use cases and used automation for this but never thought about how easy it would be to make a CSV template and use that!
I will be experimenting with this in our process!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Indeed you can (partly) achieve this with en Automation rule but it is a bit limited. If you're looking for a simpler (and flexible) way to create templates, you can give a try to our Copy & Sync application.
We have an option called "Copy Full Epic Tree", you'll just have to trigger a recipe from your "Application Packaging" template and it will copy all issues (Epic, child issues and subtasks) with links to the source issues.
The benefits are that you can:
Note that, soon, you'll be able to clone an entire hierarchy (whatever the number of levels).
Our app is free under 10 users and we have a 30-Day trial policy.
Let me know if you have any questions!
Regards
Thibaut
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what you describe is more like a process and a common use case for Flower - Process Automation. Have a look at the following BPMN model:
Based on this model, Flower creates automatically an epic (can be considered as a process instance) and one story for each of this activities.
Does this make sense to you?
Happy automating,
Florian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community! 👋
Take a look at our Easy Templates for Jira app
It does exactly what you need: save a Jira Epic with the whole ticket hierarchy and structure preserved, from Epic to tasks and subtasks.
Then, easily re-use it for new Jira Epic issues creation across your instance or Apply a template with stories and tasks to existing Epic.
Feel free to reach out if more questions would appear!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Is there any way to create rules & create stories under epic Automatically
App was costly is there anyway to create it ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @sagar manchala
Welcome to the Atlassian community.
Review the other answers to this post. We mention the use of CSV import to create issues and the use of the Automation for Jira feature. Neither of those options require additional purchases.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matthew Van Doremalen — Welcome to the Atlassian Community!
I am accomplishing this through Jira's Automation tool. You can find more info and resources here.
I'm not apply a template to my issues, but I am carrying the Summary from the Issue that triggered the automation to all of my tasks. I'm linking the the Tasks to the Epic using the Epic Link Field and a Smart Value.
For Epic Link I use: {{issue.key}} to add the key of the Epic I just created
For copying the summary I use: {{issue.summary}} wherever I want to put it.
Here is more info on Smart Values
Here's a screenshot of my automation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Setting up templates for recurring tasks is indeed a great idea to improve workflow consistency. Another suggestion would be to explore Jira's automation capabilities or consider using plugins that offer advanced template features or automation scripts tailored to your needs.For more detailed guidance on setting up Jira Epic templates, you can refer to the official Jira documentation or seek insights from community forums where users often share effective strategies. Finding the right approach can really streamline your project management and save time in the long run.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Like @David Blank I have implemented somethign with Jira Automation rule.
WHenever a new USer Story is created, the Automation rule creates a sub task called Documentation-Sub task, assigns it to the BA guy, a Design subtask and assigns it to the UI/UX designer.
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.