Skip to content

Fixing Azure DevOps integration (broken because organizationName never reached createWorkItem())#327

Open
jeroenterheerdt wants to merge 1 commit into
QuackbackIO:mainfrom
jeroenterheerdt:main
Open

Fixing Azure DevOps integration (broken because organizationName never reached createWorkItem())#327
jeroenterheerdt wants to merge 1 commit into
QuackbackIO:mainfrom
jeroenterheerdt:main

Conversation

@jeroenterheerdt

Copy link
Copy Markdown

fix(integrations): forward integration config to outbound hooks

getIntegrationTargets() only passed {accessToken, rootUrl} into each hook's config, dropping integration-specific fields stored in integrations.config (organizationName, cloudId, teamId, etc). Azure DevOps work item creation failed with a misleading "reconnect" auth error because organizationName never reached createWorkItem() - same gap affects Jira/Teams/Monday/Trello/Asana.

Also stop discarding the Azure DevOps API response body on failure, so future errors log the actual validation message instead of a bare status code.

@CLAassistant

CLAassistant commented Jul 6, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

getIntegrationTargets() only passed {accessToken, rootUrl} into each
hook's config, dropping integration-specific fields stored in
integrations.config (organizationName, cloudId, teamId, etc). Azure
DevOps work item creation failed with a misleading "reconnect" auth
error because organizationName never reached createWorkItem() -
same gap affects Jira/Teams/Monday/Trello/Asana.

Also stop discarding the Azure DevOps API response body on failure,
so future errors log the actual validation message instead of a
bare status code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants