I got a problem concerning building mailtoURL links - unfortunately i can't manage to combine the signature and the subject.
I want to create a link to a new e-mail with pre-filled Mail-subject, recipient & mail-text. After i´ve created a shortcut in JIRA-Software the content of the e-mail doesn´t look like expected.
Code:
mailto:test@test.de?subject=JIRA%20Software%20-%20Störungsmeldung&body=Das%20ist%20ein%20Test
Code:
mailto:test@test.de?subject=JIRA%20Software%20-%20Störungsmeldung&body=Das%20ist%20ein%20Test
Result: Mail with signature, but without e-mail body.
How can i combine the signature & body? (&
doesn´t do the job).