I want to change the linked issues status through automation, it is a global automation, so the linked issue is in an other project with different workflow.
so i need to compare the status of the triggered issue and change the status of the linked issue accordingly
like
if the triggered issue status is To Do or Ready for Refinement
then linked issue status should change to 'Backlog'
If the triggered issue status is 'In. Progress'
then linked issue status should change to 'In Progress'
If the triggred issue status is 'Done'
Then linked issue status should be 'Ready for Release'
Can we compare the triggred issue status in automation
so far i have

thanks in advance for the help