Skip to content

feat: add ActivatedDate/ClosedDate to work items and remove analytics…#9

Merged
viamus merged 1 commit intomainfrom
feature/adding-activatedate
Feb 24, 2026
Merged

feat: add ActivatedDate/ClosedDate to work items and remove analytics…#9
viamus merged 1 commit intomainfrom
feature/adding-activatedate

Conversation

@viamus
Copy link
Copy Markdown
Owner

@viamus viamus commented Feb 24, 2026

… tools

  • Add ActivatedDate and ClosedDate fields to WorkItemDto and WorkItemSummaryDto
  • Include Microsoft.VSTS.Common.ActivatedDate and ClosedDate in DefaultFields and SummaryFields so they are fetched from Azure DevOps
  • Map both fields in MapToDto and MapToSummaryDto
  • Remove AnalyticsTools (get_flow_metrics, compare_flow_metrics, get_wip_analysis, get_bottlenecks, get_team_workload, get_aging_report) and their supporting models (FlowMetricsDto, WipAnalysisDto) — Claude can now derive these metrics directly from ActivatedDate/ClosedDate on the work item data
  • Update README to reflect all changes

Description

Brief description of the changes in this PR.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

Related Issues

Fixes #(issue number)

Changes Made

Testing

  • I have tested these changes locally
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have updated the documentation accordingly

Screenshots (if applicable)

Additional Notes

… tools

- Add ActivatedDate and ClosedDate fields to WorkItemDto and WorkItemSummaryDto
- Include Microsoft.VSTS.Common.ActivatedDate and ClosedDate in DefaultFields and SummaryFields so they are fetched from Azure DevOps
- Map both fields in MapToDto and MapToSummaryDto
- Remove AnalyticsTools (get_flow_metrics, compare_flow_metrics, get_wip_analysis, get_bottlenecks, get_team_workload, get_aging_report) and their supporting models (FlowMetricsDto, WipAnalysisDto) — Claude can now derive these metrics directly from ActivatedDate/ClosedDate on the work item data
- Update README to reflect all changes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@viamus viamus merged commit 866c7b6 into main Feb 24, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant