You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: