You can do this with Automation for JIRA. It requires a bit of advanced config in the "create issue" action but it's pretty straightforward.
Here's an example rule configuration:
epic-story-creation.png
It's made up out of 4 components:
The advanced config is:
{ "fields": { "assignee": { "name": "{{issue.fields.assignee.key}}" }, "Epic Link":"{{issue.key}}" } }
This does 2 things:
issue.fields.assignee.key
}} will be the epic's assigneeissue.key
}} of the epic. This means the new story will be linked to the Epic already once it's been created. You may not need this.@andreas Hi-
How to do this in Jira cloud?
This add-on is not supported for Jira Cloud, so which one can support for this task?
Thanks.
Chandra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.