Is it possible to change a severity of multiple WIs automatically when a week has passed since created?
We would like to change a severity of multiple WIs automatically when a week has passed since created. For example, we want to change WIs' severity to "Critical" automatically on 8, Jan, 2015 if those WIs were created on 1, Jan, 2015.
Are there any simple ways to change a severity of multiple WIs automatically when a week has passed since created?
One answer
This is a sort of FAQ. This simply can be done with using a query like below.
1. Create a query to search target WIs with a condition whose "created date" is before 7 days ago.
2. Select all WIs and press "Edit Multiple Work Items" button.
3. Press "Add Attribute Change" button and add severity.
4. Choose "Critical" and press "Run" button.