Hi!
I see a rest api call that I want to use https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-notify-post, but I have a couple of questions, first, can I send an email to a personality email that is not in an account inside Jira? If it is, how could I do? For example:
{
"textBody": "TEST.",
"htmlBody": "TEST.",
"to": {
"assignee": true,
"users": [
{
"email":"random@random.com"
}
]
}
}
The second question is, the property “Additional Properties”, what is it for? And can you show me an example of how to use it, please?
Thanks in advance!
Best Regards,
Pedro.