Hi @Johnae Mills and welcome to the community!
You may be able to do something with a marketplace app, but I took this approach in my past:
- Create custom field that triggers automation (more below - e.g. "Spawn Issue" single select with values of "yes/no")
- Create custom fields that serve as duplicates of the standard fields you wish to populate on the new project (e.g. "x Summary","x Description", "x Priority")
- Add these fields to a screen that you will use as the transition screen for the desired transition(s)
- Create automation
AUTOMATION
- TRIGGER: Field Value Changed (Spawn Issue)
- CONDITION: Spawn Issue = Yes
- ACTION: Create Issue
Creates the new issue and copies the values captured on the transition screen
- Summary: {{issue.x Summary}}
- Description: {{issue.x Description}}
- Priority: {{issue.x Priority}}
- Linked Issues
- ACTION: Edit Issue
Reset the Spawn issue value to No so that users have to explicitly set to Yes again to avoid creating duplicates in the future
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.