The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Send notification HTML character limit

Harsh Patel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 16, 2020

Hello,

 

I am using the Jira notify API to send an email notification about my ticket but it looks like the HTML message gets truncated after 10,000 characters. Is there a way to remove this limit? 

 

 

#base64Images is a very large string

def resp = post("/rest/api/3/issue/SCRN1-64/notify")
.header("Content-Type", "application/json")
.body([
subject: 'Mail title',
textBody: "Body",
htmlBody: "<p>Here are your images " + base64Images + "</p>",
to: [
"users": [
[
"accountId": "xxx"
]
]
]
])
  

 

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events