Introduction
This article provides instructions for administrators on how to reassign tickets and work items when disabling or deleting users.
Feature 1: Full Web Disable/Delete
Location of Change
Administration → Users → Details → Disable/Delete
Steps to Disable/Delete a User and Reassign Items
- Navigate to Settings → Users.
- In the user summary, select the user you want to disable/delete.
- Click on the "Disable this user" action.
- In the disable user menu, view the items assigned to the user (tickets and work items).
- If no replacement user is specified, the items will be unassigned.
- Select the option to reassign items.
- Choose the replacement user and enter their email.
- Confirm the reassignment.
- Check the history of the items to ensure changes are saved.
Feature 2: API User Delete/Disable
Location of Change
- User API
Steps to Disable/Delete a User via API
- Configure the integration according to the documentation.
- Point to the endpoint called "ModifyUser".
- Add obligatory fields and the mode called "DisableUser".
- Set the "DisableUser" node to true to disable the user.
- This will delete all user dependencies and unassign tickets and work items.
- Add a new node called "ReassignToUser".
- Enter the replacement user's username.
- If the value is null or invalid, items will be unassigned.
- If the username is valid, items will be reassigned.
- Check the history of the items to ensure changes are saved.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article