Hi,
I'd like to automaticly add a task to epic (from Project B) when it will be moved from Project A to a Project B if the task has specific label.
I can't find a way how to do this or is it even possible.
Hi @Paweł Dąbrowski Welcome to Atlassian Community!
For this, you need to create an automation rule in Project B.
Select Trigger : issue moved
Select Condition : Label field condition
Action : Edit issue field >> Update Epic link field
Hi @Paweł Dąbrowski , welcome to the community and thanks for your question.
I have understood you want to create an automation that is triggered when an issue is moved from one project to another.
Firstly, I would suggest you check out the Automation Template Library for ideas to help you get started.
Jira automation template library | Atlassian
Basically, for an automation, you need a trigger, optionally conditions and an action.
Your trigger in this case is the move
You can specify here the source / from and destination / to project
I think for the condition, you would need something like this -
and then an Action like this
This is just an idea. Please do some testing and let us know your feedback, if it works or not.
Cheers
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.