Asana integration broken due to new Asana task link format
The Asana integration has been broken for the last few days because Asana has changed the structure of their task links. The new links look like this:
https://app.asana.com/1/<organization ID?>/project/<project ID>/task/<task ID>
GitLab seems to be unable to parse this new link format and so doesn't add comments to the relevant Asana tasks when a new commit is pushed to a repository.
It looks like the regex here just needs to be updated to support the new link format: https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/models/concerns/integrations/base/asana.rb#L107
Edited by 🤖 GitLab Bot 🤖