Previous assignee vs current one

RobertG April 4, 2017

I want to make some operations in java, when assignee of a task is changed. 

I can get an assignee from issue like: 

@EventListener
public void onIssueEvent(IssueEvent issueEvent) {
    Long eventTypeId = issueEvent.getEventTypeId();
    Long issue = issueEvent.getIssue().getAssigneeId();

}

 

but it return only the current one. Is there any way to get the previous one?

1 answer

0 votes
Sam Hall
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.
April 4, 2017

Hi Robert - Since this is a development related question, you might want to try asking over at the developer community site here: https://community.developer.atlassian.com

Suggest an answer

Log in or Sign up to answer