Platform notice: Server and Data Center only. This article only applies to Atlassian products on the server and data center platforms.


問題

Customers are unable to add participants to a Service Desk request. 

  • Click "Add People" in the Service Desk request
  • Look up the user that needs to get added as participant
  • Once found, click "Add" to add the participant

After the "Add" button has been clicked, nothing happens.

atlassian-jira.log に次のメッセージが出力される。

http-bio-8080-exec-36 ERROR <user> 646x217666x1 5hs9lj <IP>,<IP> /rest/servicedesk/1/servicedesk/customer/participant/addparticipants/<Issue-ID> [common.error.jersey.ThrowableExceptionMapper] Uncaught exception thrown by REST service: com.atlassian.jira.issue.customfields.impl.FieldValidationException: Boolean parse error: null
com.atlassian.jira.exception.DataAccessException: com.atlassian.jira.issue.customfields.impl.FieldValidationException: Boolean parse error: null

Followed by a:

Caused by: com.atlassian.jira.issue.customfields.impl.FieldValidationException: Boolean parse error: null
	at com.xiplink.jira.jql.GitCommitsReferencedCF.getSingularObjectFromString(GitCommitsReferencedCF.java:44)
	at com.xiplink.jira.jql.GitCommitsReferencedCF.getSingularObjectFromString(GitCommitsReferencedCF.java:20)
	at com.atlassian.jira.issue.customfields.impl.CalculatedCFType.getValueFromCustomFieldParams(CalculatedCFType.java:76)
	at com.atlassian.jira.issue.fields.CustomFieldImpl.updateIssue(CustomFieldImpl.java:1264)

This only appears to happen for Customer user types in JIRA Service Desk.
Agents do not appear to be impacted by this. 

原因

This issue is caused by the GIT Integration Plugin for JIRA of version 2.6.9
Version 2.6.10 provides a fix for this issue.

回避策

Downgrading the add-on to version 2.6.8 will prevent this issue from happening.
In addition, 2.6.10 and newer versions provide a fix as well.

Help us improve!