The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Logged In User as Default User in Custom User Picker Field [Single] not working Jira 8.20.0

Teja
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 Champions.
November 25, 2021

Hi Team,

We have customization in our Jira server instance

We are setting 'Logged In User' as Default User in Custom User Picker Field [Single] when doing the transition button.

It was working fine when Jira 8.7.1 version, after the Jira upgrade 8.20.2 it stops working now.

We use javascript in field configuration 


if($('#issue-workflow-transition-submit').val() =='Qualification Approval'){ //Fetch currentUser ID who is doing Qualification Approval transition
epicQulificationApprover = document.getElementById('customfield_13006'); //Qualification Complete Approver 'customfield_13006'
epicQulificationApprover.value = AJS.params.loggedInUser;
}

Before upgrade

Before 8.20.2.PNG

After upgrade

After 8.7.1.PNG

Thanks in advance

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.