All Projects → mmanela → Vsts Workitem Recentlyviewed

mmanela / Vsts Workitem Recentlyviewed

An extension for the VSTS work item form that tracks and displays who viewed a work item and when.

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Vsts Workitem Recentlyviewed

Tfsnotificationrelay
An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
Stars: ✭ 120 (+1614.29%)
Mutual labels:  tfs
haystack bio
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
Stars: ✭ 42 (+500%)
Mutual labels:  tfs
vsts-extension-color-control
This is an example of a custom control extension for use in on-premise instances of Visual Studio Team Services on the work item form.
Stars: ✭ 16 (+128.57%)
Mutual labels:  tfs
Vsts Work Item Migrator
WiMigrator is a command line tool for migrating work items between VSTS/TFS projects
Stars: ✭ 124 (+1671.43%)
Mutual labels:  tfs
Git Credential Manager For Windows
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
Stars: ✭ 2,732 (+38928.57%)
Mutual labels:  tfs
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+971.43%)
Mutual labels:  tfs
Tfs
Microsoft TFS API Python client
Stars: ✭ 101 (+1342.86%)
Mutual labels:  tfs
Node Build Monitor
A Build Monitor written in Node.js, which supports several build services and can be easily extended.
Stars: ✭ 336 (+4700%)
Mutual labels:  tfs
tfsaggregator
A server side plugin for Team Foundation Server (TFS) and Azure DevOps Server for performing various Work Item related calculations, create new Work Items and Links automatically.
Stars: ✭ 122 (+1642.86%)
Mutual labels:  tfs
Task-Card-Creator
Small tool for printing task cards used for a Scrum board. Your physical Scrum board will look fantastic. Supports Team Foundation Server and Azure DevOps.
Stars: ✭ 25 (+257.14%)
Mutual labels:  tfs
Git Tfs
A Git/TFS bridge, similar to git-svn
Stars: ✭ 1,736 (+24700%)
Mutual labels:  tfs
Azure Devops Migration Tools
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
Stars: ✭ 218 (+3014.29%)
Mutual labels:  tfs
azure-boards-decompose
Azure Boards extension to quickly decompose work items into a valid hierarchy
Stars: ✭ 35 (+400%)
Mutual labels:  tfs
Jira Azuredevops Migrator
Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.
Stars: ✭ 120 (+1614.29%)
Mutual labels:  tfs
vsts-extension-multivalue-control
A work item form control which allows selection of multiple values.
Stars: ✭ 40 (+471.43%)
Mutual labels:  tfs
Gis
gis (go image server) go 实现的图片服务,实现基本的上传,下载,存储,按比例裁剪等功能
Stars: ✭ 108 (+1442.86%)
Mutual labels:  tfs
wiql-editor
Search work items with wiql queries.
Stars: ✭ 30 (+328.57%)
Mutual labels:  tfs
Git Credential Manager Core
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
Stars: ✭ 670 (+9471.43%)
Mutual labels:  tfs
Tfs
Mirror of https://gitlab.redox-os.org/redox-os/tfs
Stars: ✭ 2,890 (+41185.71%)
Mutual labels:  tfs
AzDo.VstsDashboard
Provide a simple way to view all Builds and Releases on a single page. The intend was to see what's currently happened into the CI/CD pipeline and provide quick feedback of what's going on.
Stars: ✭ 16 (+128.57%)
Mutual labels:  tfs

Who Viewed this Work Item? - VSTS Work Item Form Extension

An extension for the Team Services work item form that tracks who viewed each work item.

Overview

This extension adds a group to the work item form (in VSTS and TFS "15") which shows the most recent distinct people who view the work item.

Group

Clicking on the View All button takes you to a full view showing every person who visited the work item including multiple visits from the same person.

ViewAll

The number of visits kept for each work item is capped at the 500 most recent.

How it works?

This extensions works by recording each time a person visits a work item. After the form is opened the extension will wait and see if the person remains on the work item for at least 10 seconds. If so, it makes sure this person has not visited the same work item less than 10 minutes ago before recording the new visit. This window is meant to help catch new visits.

Feedback

For bugs please use the issue tracker on the GitHub repo.

For feedback/questions contact me on Twitter: @mmanela.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].