Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
Each quarter we create new epics for our tech debt and move the remaining issues from the old quarter over to the new one (ideally doing a bit of an audit along the way to close out any redundant issues).
I would like to automate;
1. The creation of a new epic each quarter (Australian FY quarter) with a specific naming convention ( current epics are Q1 FY26 Tech Debt, so the next one will be Q2 FY26) for a particular board/team
2. Migration of all issues from previous epic to new one
Has anyone done something similar or are inspired by this challenge.
Cheers,
Z
Hey Zoe,
you could probably use Jira Automation rules to do that. A scheduled rule could create an epic each quarter. You can define the summary with smart values to have the name of the quarter included.
Moving the items in epic to the new one could also be done by an automation changing the parent field to the newly created epic.
An alternative would be to use an app like Epic Clone. It allows cloning of a template Epic each quarter with an automation and the apps REST API. In this case you would have copies of the existing epic and issues and can close the existing ones.
Disclaimer: I am the developer of Epic Clone.
Cheers,
Jonas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.