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

Items being updated to state of Done are not having "Closed Date" field set. #125

Open
briandye opened this issue Jul 17, 2023 · 1 comment

Comments

@briandye
Copy link

Noticing that when I transition a state to Closed it is not getting assigned a date/time in the read-only Closed Date field. Anyway I can accomplish this? Can I use something like updateFields Microsoft.VSTS.Common.ClosedDate,TODAY()?

Would workItemDone work better than setting workItemState to Closed?

@BlueBasher
Copy link
Owner

workItemDone is for moving in a Kanban board to the Done column.
Setting the Closed Date field is something DevOps does automatically when setting a work item to Closed state.
Do you have a custom Process template that you are using? The default processes all would update that date.

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

No branches or pull requests

2 participants