Hi,
Is there any API available to set/get client's Clipboard Data through Java in Atlassian framework?
I want to provide two custom buttons for copy & paste and on click of them the respective operation should perform but I am not able to trigger copy/paste event from JavaScript. because of security reasons javascript does not allow to access clipboard data hence now I am searching for any API available at server side to access clipboard data.
can somebody help me?