Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triggered Bug DevOps items cause an error of "Input string was not in a correct format" #114

Closed
RSMJreck opened this issue Mar 31, 2020 · 2 comments · Fixed by #119
Closed
Labels
bug Something isn't working fixed Bug got fixed or found a solution

Comments

@RSMJreck
Copy link

Steps to reproduce

Setup a rule for all work item types and then trigger it from DevOps using a type of 'Bug' (others probably work for this as well).

Expected behavior

Rule executes and a status of 200 is returned.

Actual behavior

Rule '' failed: Input string was not in a correct format.
I've been able to look into this a little and it appears there are different 'fields' in the event from DevOps for a bug than for a Task/User Story/Feature. A mismatch of ILogger arguments seems to be the cause.

Diagnostic logs

Event and requests
bug troubleshoot.txt

Environment

9,0 + 108PR items from SilentBob merged and deployed into Azure

@RSMJreck RSMJreck added the bug Something isn't working label Mar 31, 2020
@BobSilent
Copy link
Collaborator

BobSilent commented Apr 4, 2020

can you please retry with v0.9.9

if still fails can you please provide some more information about the rule and the best would be to get a json representation of the workitem

@RSMJreck
Copy link
Author

Since installing 0.9.9, I haven't seen the error resurface so it appears that release fixed it. Thanks!

@giuliov giuliov added the fixed Bug got fixed or found a solution label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Bug got fixed or found a solution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants