Dependency dashboard not create work items for Azure DevOps #43785
Replies: 8 comments 15 replies
This comment was marked as spam.
This comment was marked as spam.
-
|
I got the same issue. |
Beta Was this translation helpful? Give feedback.
-
|
I created PR #43786 which could resolve the issue |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This is intended as a polite, automated request that users avoid We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one. As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
|
I created draft PR #44132. |
Beta Was this translation helpful? Give feedback.
-
|
I've got a similar issue (
--- edit --- |
Beta Was this translation helpful? Give feedback.
-
|
Proposal: autodetect Azure DevOps work item states instead of hardcoding Following up on this — the root cause is that
This blocks the Dependency Dashboard entirely (e.g. Basic uses I'd like to propose a zero-config autodetect approach (rather than the config-option route in #44132):
This fixes create, reopen, and close with no new config. I have a branch ready with 100% test coverage and a readme note, and I'm happy to open a PR if this direction is acceptable. |
Beta Was this translation helpful? Give feedback.
-
|
I've opened a PR implementing this: #44412 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate CLI
Which platform you running Renovate on?
Other (please specify)
Which version of Renovate are you using?
43.210.2
Please tell us more about your question or problem
After PR #42758 was merged I upgrades Renovate to gain support for the Dependency Dashboard on Azure DevOps. After Renovate ran it didn't create any Work Items, then when I looked at the logs I found out why. The Azure DevOps WorkItems API is returning 400 status codes on the
System.Statefield (See logs below).Related to #42758
Logs
Logs
Beta Was this translation helpful? Give feedback.
All reactions