If you try to delete a status, an error message might tell you that it can’t be deleted because it’s in at least one pending approval processes in your system. You can run a report to list the objects where it is in an pending approval process, then decide what you need to do for each one.
status
, then select Status when it displays.pending status
, then select that item when it displays under the object type where you are looking (Project, Task, or Issue).in
in the third field.Click the Main Menu icon in the upper-right corner, then click Reports.
Click New Report, then select Project Report, Task Report, or Issue Report.
Open the Filters tab.
Select Switch to Text Mode.
Copy and paste the following into the editing window, replacing XXX with the 3-letter key for the status:
status=XXX
status_Mod=in
approvalProcess:groupID_Mod=isblank
You can view the key in the list of statuses, as shown in these articles:
Click Save + Close to run the report and list any objects of the type you specified with approval processes in pending state based on the status you specified (Project, Task, or Issue).
Repeat these steps to find the same information for the other two object types.