Can I move all tickets assigned to a specific user into Unmapped Status?

Catalina Gonzalez October 24, 2019

We have all tickets from a specific user who left the company earlier this year still living in our board. I don't want to completely delete these tickets because we use them for reference of past projects, but I would like them to stop displaying in the kanban view. Essentially, I would like to move all tickets assigned to this user into an unmapped status.

 

Is that feasible? 

 

Thanks for your help. 

3 answers

1 vote
Avinash Bhagawati _Appfire_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 24, 2019

Hi @Catalina Gonzalez ,

Write JQL query in issue search navigator and follow below steps for bulk edit option.

project = "Testing" AND assignee = abc

  1. Perform a search above search to produce a list of issues.
  2. Select Tools > Bulk Change.
  3. Select the issues you'd like to perform the bulk operation on, and select Next.
  4. Select Transition Issues, and select Next.
  5. Select the available workflow action. The actions available are dependent on the issues (and their associated workflows) that you have selected. Select Next.
  6. Select a value for any required fields for this transition, and if available, decide whether you'd like to send email notifications. Select Next.
  7. Review your bulk operation, and select Confirm when you are happy with the operation.

https://confluence.atlassian.com/jiracoreserver076/editing-multiple-issues-at-the-same-time-945112346.html

 

For your required you should have status in workflow which is not mapped to your board columns,

Thanks,

Avinash

0 votes
Marianne Miller
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2019

If you have bulk update rights, you can do this pretty easily.  If you don't, ask your admin or have them do this.  You will have the option to transition through the workflow, or even delete these items if you decide to.  if you transition, you may have to repeat these steps several times to get to the status you want.

Do a search for these issues created by user x

then Bulk edit the results 

use the Tools cog, choose Bulk Change

Select the items you want to include (all with top checkbox, or individual selection)

Click Next

Transition

Select the next transition in your workflow to the appropriate status.  Again, if you are trying to get "back to the beginning", you may have to repeat this f your status are not bi-directional.

This should let you get them off your board, at least.

bulk change.gif

0 votes
Victor Mutambuki
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2019

Catalina,

You can bulk assign the tickets to another user.

Using JQL, find all the tickets that were assigned to the user and assign them to another user.

If the user was deactivated instead of deleted, user history will be preserved.

Victor

Suggest an answer

Log in or Sign up to answer