Hello,
I'm trying to create an automation for linked bugs' severity.
If the linked issue type is "Blocking/Is Blocked By", check the severity of both bugs. If the severity of the blocking bug is lower than the severity of the blocked bug, match the severity of the blocking bug to the severity of the blocked bug.
The use case is that we have critical bugs which are blocked by, let's say, medium bugs, but if a critical bugs is blocked, then the blocking bug should be critical as well.
Thanks