I have a Jira project, let's call it a 'demand' project. When the workflow of this project is in the status of 'approved project', I would like to make it so that the user can create an issue of type epic in another project and link this epic with the issue of the 'Demand' project. I'm trying several ways, from the Workflow using JSU and selecting the "create a linked issue" function but I can't get a shortlist of Jira projects from which to choose the project within which to create the Epic. Do you know how this can be done or do you have suggestions for doing it a different way?
Hi @[deleted]
In-demand project: Create an automation to establish a new rule with the following specifications:
Trigger: When an issue is transitioned
Condition: Issue matches JQL: "project = 'Demand' AND status = 'approved project'"
Action: Create an issue:
Project: Target project
Issue type: Epic
Linked issue: Link to the triggering issues in 'Demand' project.
This rule will create an epic in the target project and link it to the issue in the demand project whenever an issue transitions to the approved project status.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.