https://github.com/mmanela/vsts-workitem-recentlyviewed
An extension for the VSTS work item form that tracks and displays who viewed a work item and when.
https://github.com/mmanela/vsts-workitem-recentlyviewed
tfs vsts
Last synced: 3 months ago
JSON representation
An extension for the VSTS work item form that tracks and displays who viewed a work item and when.
- Host: GitHub
- URL: https://github.com/mmanela/vsts-workitem-recentlyviewed
- Owner: mmanela
- Created: 2016-05-25T05:03:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T12:12:17.000Z (over 2 years ago)
- Last Synced: 2025-06-23T20:04:19.956Z (3 months ago)
- Topics: tfs, vsts
- Language: TypeScript
- Size: 689 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Who Viewed this Work Item? - VSTS Work Item Form Extension ##
An [extension](https://marketplace.visualstudio.com/items?itemName=mmanela.vsts-workitem-recentlyviewed) for the [Team Services](https://www.visualstudio.com/en-us/products/visual-studio-team-services-vs.aspx) 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.

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.

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](https://github.com/mmanela/vsts-workitem-recentlyviewed/issues) on the [GitHub repo](https://github.com/mmanela/vsts-workitem-recentlyviewed).
For feedback/questions contact me on Twitter: [@mmanela](https://twitter.com/mmanela).