My first rule runs every time a new issues is created. The first rule searches for the same title and if TRUE, it links them with link type "duplicates".
I end up with 5 duplicate issues. 4 out of the 5 issues are in the same status , let's say, "In Progress".
The 5th issue is in "To Do".
I need a 2nd automation rule that will find this 5th issue, search if it has linked issues and then match the status of the issue to In Progress. At the end I'll have all duplicate issues in the same status.
Is it possible?