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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Let me define the use case:
We get change requests/suggestions from our clients and the CSM team creates a ticket with this change request on a project called 'CONS'
The product team reviews the 'CONS' ticket and decides if we need to take up these change requests/suggestions. If we decide to take the task, we move the ticket to 'Selected for development' and also decide the teams, who have their own different project boards, that will need to work on it.
I want the automation to create a duplicate ticket in individual team boards so that the different teams can work on it. I also want these duplicate tickets to be linked to the main 'CONS' ticket.
I was able to achieve this with the automation shown in the screenshot attached. But there was a flaw, any time I edited the 'team responsible' field, automation would again create a duplicate ticket.
For example:
When Status=selected for development AND Team responsible selected = 'WEB' and 'DESIGN'
Then two duplicate tickets are created, one in WEB and another in DESIGN board, both of which are linked to the CONS ticket
If I accidentally remove DESIGN from the team responsible field, the automation would run again and create another WEB ticket which was already there.
Any help on this is appreciated!
Thanks.
Hi @Abhishek -- Welcome to the Atlassian Community!
Is this a project scope or a global/multi-project scope rule?
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For anyone who is facing the same issue, I am posting an image below of how I was able to fix this.
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.