Hello Dear,
We are considering an Exalate plugin to connect the two jira server instance.
An existing connection gives an error when the summary is longer than 255 characters.
We tried to solve the problem with the following condition, but the problem still remains.
if (issue.summary.length()>=255){
replica.summary = issue.summary.substring(0,254)
}
else{
replica.summary = issue.summary
}
can help me to resolve this problem?
Thank's
Azadeh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.