Which attribute would be Add so that it shows the mail id of the login user into work item?
One answer
you would have to use getAuthenticatedContributor().
getEmailAddress() in a server side participant.
I don't think you can get the current contributor object in a javascript calculated value script
Comments
Hello Sam,
Can you tell me the procedure for this. How I will do this?
see the workshop https://jazz.net/library/article/1000
Thanks Sam.
You can only access the user ID and the Name in JavaScript as far as I can tell.