Update issue after reassign in listener

IT January 6, 2022

if(group==grp1){ fieldValueService.setFieldValue(issueKey,imappId, applicationId);

If(group==grp2){

fieldValueService.setFieldValue(issueKey,imappId, applicationId);}

If(group ==grp3)

{fieldValueService.setFieldValue(issueKey,imappId applicationId); }} 

 

Whenever I reassign the issue to any of these grp

The previous grp get updated 

Like if the issue is Assign to grp1 and when I reassign to grp2 it should reflect grp 2 but when I reassign to grp3 than it shows grp2 . The previous grp get updated on reassignment. 

And this fieldValue also show some static error 

 

0 answers

Suggest an answer

Log in or Sign up to answer