Share via

If I move a card from active back to new, will the clock still run until it's closed even if they are set back to new

DIETRICH M EVEGE 0 Reputation points
2026-02-11T15:27:40.48+00:00

If I move a card from active back to new in Azure, will the clock still run to report the aging in the metrics until it's closed even if they are set back to new?

Azure DevOps
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2026-02-11T15:28:22.6633333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    When you move a card from the Active state back to the New state in Azure DevOps, the cycle time will still include the entire active work period, which means it will account for the time the work item was in the Active state. However, once the work item is set back to New, the clock for cycle time will not continue to run until it is closed again. The cycle time calculation starts from the first time the work item enters an In Progress or Resolved state and ends the final time it enters a Completed state category. Therefore, the aging metrics will reflect the time spent in the Active state before it was moved back to New, but will not continue to accumulate time while it is in the New state until it is moved back to an active state again.


    References:

    1 person found this answer helpful.
    0 comments No comments

  2. Siddhesh Desai 3,935 Reputation points Microsoft External Staff Moderator
    2026-02-11T19:53:46.24+00:00

    Hi @DIETRICH M EVEGE

    Thank you for reaching out to Microsoft Q&A.

    Cycle Time OR Aging behavior

    Cycle time starts the first time a work item enters an Active OR In Progress (or Resolved) state category.

    If you move the item back to New, cycle time pauses.

    When the item later moves to Active again, the clock resumes, and Azure DevOps adds up all Active periods.

    Cycle time ends only when the item finally enters a Completed OR Closed state.

    So:

    Time spent earlier in Active is counted

    Time spent in New is NOT counted

    Metrics do not reset when you move back to New

    Example timeline

    New - Active (5 days) - New (3 days) - Active (2 days) - Closed

    Cycle Time reported = 7 days

    The 3 days in New are ignored for cycle time

    The item is still treated as one continuous lifecycle

    What this means for your reports & dashboards

    Aging or Cycle Time widgets

    Show accumulated Active time only, even if the card moves back to New

    Kanban Aging charts (WIP age)

    Reflect current in-progress age, not paused New-state time

    Rework visibility

    You’ll still see longer cycle times if items bounce in and out of Active

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.