You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I wanted to check that if it's possible to create a epic in project B , if a field has a particular value with status done in project A
I am checking the possibility via validator and not automation.
If there is no validator for the same .please help me with the automation for the same
Hi @Aswathi D ,
validator is something that happens at workflow level. Please specify your desiderata.
Fabio
Hi @Aswathi D ,
Welcome to Atlassian community!
Yes, this possible by the help of Automation. As you mentioned validator is something which you will use in workflow level and restrict something but for mentioned requriement you just need to create a simple automation.
Please check the below automation and create same as it is to create the epic in project B.
When issue transitioned Inprogress to Done then it will check the condition If the Loan A value is equal to 40000 then it will create a epic in Interview demo project.
Trigger :- Issue transitioned
Condition :- Field value
Action :- Create new issue in different project.
Note :- You can add the differenet project as the condition.
Please accept the answer If it help you, It will help others to get the solution.
Cheers,
Sanjen Bariki
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Aswathi D as a pre-req to the above at minimum you'll need the browse project and create issues permission in your destination project.
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.