When I create a merge request from a feature branch where the underlying commit contains a task ID (see screenshot: LPBIT-3036 is the task ID in jira), it does not get detected by the automation, keeping in mind that the MR title is UAT (since we are merging UAT environment to Prod environment). The automation only gets triggered if the title contains the id, i.e., if instead of UAT it has LPBIT-3036 then it would work. The expectation here is to detect in a recursive manner all commit message and their contained ID so it can invoke the action accordingly. Keep in mind this used to work until end of March 2026.