Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to assign the ticket back to the previous assignee using post function

Mohamed El Taweel October 8, 2018

Hi,

In HR Project, we have the business requirement that tickets can be reassigned through transition and the new assignee can reject it, so the ticket is to be assigned back to the previous assignee

Example:

In status  "InProgress", the assignee "Tom" reassigned the ticket to "Lyna" and the ticket move to "PendingAcceptance"

If "Lyna" pressed the button "Rejected", the ticket should be assigned back to the previous assignee "Tom" using scriptrunner and post function.

Thnaks

 

 

2 answers

Suggest an answer

Log in or Sign up to answer
0 votes
Priyanka Lavania
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 19, 2019

This can also be done using Assign to last role member in script runner post function, you will not be required to store value in any field

Payne
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.
July 19, 2019

That's a handy function that could work in some cases, but unfortunately not ours, in that we have users in multiple roles that could have been the previous assignee. Perhaps it'll work for the OP, though. :-)

Alexander Konovalov May 17, 2020

It's astonishing that you managed to give the same answer in at least three different topics related to restoring the previous assignee, not the first ore last one in any given project role, albeit having worked with the issue. The roles aren't always used in exact correlation with the status model of an issue.

0 votes
Payne
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 8, 2018

One option that I've used in a similar situation is to use a custom field to hold the previous assignee, i.e.

Tom > Reassign to Lyna - set "previousAssignee" to Tom

Lyna > Reject - set "assignee" to value in "previousAssignee"

TAGS
AUG Leaders

Atlassian Community Events