Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I want to delete a Jira user who is no longer with the team because his username is taking up one of my FishEye licenses. However I can't delete the user when he has assigned issues, even though they are closed.
So I want to change the assignee of those closed issues to another person. Can I do this w/o re-opening the issues (I am looking at about 50 total issues)? Or is there another way I can delete the user
There is a workflow property "jira.issue.editable=false" in the Closed step of standard workflow.
If you remove that property, you will be able to modify the assignee.
You can also reopen, change the assignee and close it back!
Jobin, this will only allow bulk edits of closed issues in future, not retroactively, correct? How can all previously closed issues be updated easily?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It will help with existing closed issues as well. Not just the future ones.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't delete the user, it will mess up your issues. You'll get an sql error in the history. Just move the user out of the jira-user and any other group with logon rights and that should take care of the license issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create a single username for all the terminated users 'termuser'
Create a filter with closed issues assigned to the user (who left) and do a bulk Transition of issues to a new status by choosing 'Do not send emails'.
Now bulk edit all the issues and change the assignee to 'termuser' and select 'Do not send emails'
Transition all the issues to closed status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.