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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events