Skip to content

impediment on work item not recorded automatically #43

@adamfoneil

Description

@adamfoneil

I just noticed a comment marked as impediment, but it didn't reflect on the work item.
Manually fixed it:

SELECT * FROM [WorkItem] WHERE [Number]=2558
SELECT * FROM [Comment] WHERE [ObjectId]=4110
UPDATE [WorkItem] SET [HasImpediment]=1 WHERE [Id]=4110

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions