Integrations
Task tracker @devintern/code @devintern/pm

DevIntern + Azure DevOps

Keep Azure Boards as your source of truth. @devintern/pm files well-specified work items, and @devintern/code implements them end-to-end with PRs and state transitions.

Get started Setup guide Free for interactive use · FSL source-available

How it works

What DevIntern does with Azure DevOps

Each product path keeps Azure DevOps as the handoff surface. No rip-and-replace, no new dashboard.

@devintern/pm

File work items in Azure DevOps

  1. 1 Set TASK_TRACKER=azure-devops with org, project, and PAT.
  2. 2 Run the interactive flow with your source material.
  3. 3 Review the draft and create the work item in your project.
@devintern/code

Implement work items end-to-end

  1. 1 Run devintern against a work item ID, URL, or a WIQL batch query.
  2. 2 Agent fetches the description, comments, attachments, and linked parent or child items.
  3. 3 Creates a branch, implements, self-reviews, opens a PR, and comments back on the work item.

Capabilities

Built for real Azure DevOps workflows

Azure DevOps REST API for work item creation and implementation

Issue type selection in the interactive flow

HTML descriptions converted to markdown for your agent

State transitions via workflow state names in settings.json

WIQL batch runs for draining a filtered backlog

Story Points field updates in estimation mode

Get connected

Setup guides and configuration

Credentials stay in project-local .env files. DevIntern runs on your machine or server, not a shared implementation cloud.

TASK_TRACKER= azure-devops

FAQ

Common questions about Azure DevOps

Does @devintern/code implement Azure DevOps work items?

Yes. Set TASK_TRACKER=azure-devops, then run devintern against a work item ID or URL. It implements the change, opens a PR, moves the item through your workflow states, and posts summary comments. Batch selection works with WIQL via --query.

What permissions does the PAT need?

A personal access token with Work Items (read and write) scope for the target organization and project.

Related

Teams also connect these tools

Azure DevOps ready

Try DevIntern with Azure DevOps

Connect Azure DevOps, run your first workflow, and keep the trackers, repos, and reviewers your team already trusts.

Free for interactive use · FSL source-available · BYO model keys