MCPVault

get_issue_history

MCP tool from Yt MCP by velesnitski

View change history of an issue (who changed what, when)

How to use it

get_issue_history is exposed by the Yt MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_issue_history tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Yt MCP

$uvx --from git+https://github.com/velesnitski/yt-mcp yt-mcp
FULL YT MCP LISTING

Other tools in Yt MCP (39)

add_comment

Add a comment to an issue (markdown supported)

add_issue_link

Link two issues together (relates, depends on, parent/subtask, duplicates)

add_issues_to_sprint

Assign issues to a sprint via YouTrack commands

add_work_item

Log time to an issue (duration, date, type, description)

audit_issue_list

Get current status/assignee/idle for a list of IDs (validate stale roadmaps)

count_issues

Lightweight count of issues matching a query (no full data)

create_agile_board

Create a new agile board for one or more projects

create_issue

Create a new issue in a project (freeform)

create_issue_from_template

Create an issue using a template (bug, feature, task, daily, spike, release, devops, incident, epic)

create_sprint

Create a new sprint on an agile board (with optional dates)

delete_agile_board

Delete an agile board (issues are not affected)

delete_comment

Delete a comment from an issue

delete_issue

Soft-delete (state → Obsolete) or permanently delete an issue

delete_work_item

Delete a work item from an issue

get_agile_board

Search for an agile board by name (partial match)

get_agiles

List all agile boards

get_attachment_url

Get the download URL for a specific attachment

get_current_user

Get the authenticated user's profile

get_issue

Get full details of a specific issue (description, comments, fields, links)

get_issue_changes_summary

Get a compact summary of issue changes (state transitions, comments, time logged)

get_issue_links

Get all linked issues (parent, subtask, depends on, relates to, duplicates)

get_project_fields

List custom fields with required status and valid values (use before createissue)

get_sprint_board

Get issues on an agile board grouped by column/state for a sprint

get_work_items

Get time tracking work items for an issue

list_attachments

List all attachments on an issue (name, size, type, author, date)

list_projects

List all accessible projects

list_saved_searches

List all saved searches (queries)

list_tags

List all issue tags with issue counts

list_templates

List available issue templates

poll_changes

Poll for recently changed issues (for automation triggers — Make.com, n8n, cron)

remove_issue_link

Remove a link between two issues

rollback_issue

Revert a specific change using its activity ID

run_saved_search

Execute a saved search by name and return matching issues

search_issues

Search issues using YouTrack query syntax

search_users

Search users by name, login, or email

update_comment

Edit an existing comment on an issue

update_issue

Update any issue field — summary, state, priority, type, deadline, assignee, custom fields via command syntax

update_sprint

Update an existing sprint (rename, reschedule, archive)

update_work_item

Update an existing work item (duration, date, description)