Asana integration: only close Asana task if closing keyword is followed by asana taskId identifier
What does this MR do and why?
The changes in this MR unintentionally altered the behavior of when an Asana task should be closed.
Example Messages:
- Fixed #asanaId
- Fixed and worked on #asanaId
Initially, only example 1 would close the task, as the closing keyword Fixed is immediately followed by the Asana task ID (#asanaId). Example 2, which contains extra text between the keyword and task ID, would not trigger task closure.
This MR restores the original behavior by ensuring that only messages in the format of example 1 will close the task.
related: #443577 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.