File: README.md

package info (click to toggle)
azure-devops-cli-extension 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,680 kB
  • sloc: python: 160,797; xml: 198; sh: 61; makefile: 56
file content (14 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DevOps Automation Tools

These build steps will help you to automate Azure DevOps work which you need to do repeatedly.
Published at : <https://marketplace.visualstudio.com/items?itemName=devopsCli.devopsAutomation>

## Stale Work Item Build Task

Add this build task into a build definition and trigger it periodically to mark work items with {ProAct: Stale} tag after N days (configurable) of inactivity.

Add it to the build like this:
![image.png](images/StaleWorkItemImage1.png)

Make sure to put PAT token in a secure variable in Build:
![image.png](images/StaleWorkItemImage2.png)