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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.