I have a form request in a service project where people can submit tasks for my team. These are being pushed to a discovery project board where my team reviews the tasks and then decides what steps to take. The statuses in the discovery project are:
•Waiting for Review (This is where all tasks in the service project land)
•Scope Review
•Revisions
•Ready (Where projects will go when we have reviewed)
•In Progress (When my team moves the work into their queue)
•Done
When my team pushed work into the In Progress queue I want all the linked issues to update to In Progress as well. I have this automation set up but it doesn't seem to work. I don't know if it's because the status is different in the service project or not. Any thoughts? Here are the statuses in the service project:
•To Do
•In Progress
•Done
Basically I want the To Do to move to an In Progress status when the Ready → In Progress happens.
