The default configuration uses 'FoD Detected ${category} at ${primaryLocationFull}' as the JIRA issue summary. However, JIRA imposes a maximum length of 255 characters for issue summary (maybe even 100 characters for older versions).
To avoid errors when submitting issues to JIRA, I have now added code to abbreviate the summary to 254 characters. We should investigate whether there are better ways to guarantee a maximum length for summary without having to chop off the remainder. We should also check whether the 255 character summary max length is applicable to all relevant JIRA versions.
The default configuration uses 'FoD Detected ${category} at ${primaryLocationFull}' as the JIRA issue summary. However, JIRA imposes a maximum length of 255 characters for issue summary (maybe even 100 characters for older versions).
To avoid errors when submitting issues to JIRA, I have now added code to abbreviate the summary to 254 characters. We should investigate whether there are better ways to guarantee a maximum length for summary without having to chop off the remainder. We should also check whether the 255 character summary max length is applicable to all relevant JIRA versions.