I am using the refined site for the customer portal for Jira Service Desk Cloud /Confluence Cloud?. I was trying to extract the loggedin user email and pass it on using AJS. Is there a way to access the loggedin user email using AJS?
I have tried based on earlier answers I saw, but I dont think userDisplayName is a property that can be accessed within the cloud?
<script>
(function($) {
AJS.toInit(function() {
alert(AJS.$.params.userDisplayName);
});
})(AJS.$);
</script>
Thanks in advance!
Hello @Vijay Cinnakonda ,
I am not sure if this question is related to the refined add-on or is a generic Jira Service Desk development question.
However:
Once this has been said, please notice that Atlassian made a number of changes to our products and APIs to improve user privacy in accordance with the European General Data Protection Regulation (GDPR) and this resulted in:
For details see:
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.