79625305

Date: 2025-05-16 13:48:07
Score: 0.5
Natty:
Report link

OK, so there's a boolean argument in call:

await client.UpdateWorkItemAsync(documentWithTheUpdate, projectID, id, false, true, true);

with very vague description and double negation, so it won't work with false, there must me value set to true:

suppressNotifications

Nullable<Boolean>

Do not fire any notifications for this change

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: sasjaq