-
Bug
-
Resolution: Fixed
-
High
-
None
Was raised as part of a support ticket.
This seems to be caused because the EpicLinkCFType returns an IssueImpl object, which at the side of JIRA gets casted to a String (which throws an exception) (see TextCustomFieldOperationsHandler.getInitialValue()).
It's considered to be a TextCustomFieldOperationsHandler because of this check in CustomFieldImpl:
public RestFieldOperationsHandler getRestFieldOperation() { CustomFieldType customFieldType = getCustomFieldType(); if (customFieldType instanceof RestCustomFieldTypeOperations) { return ((RestCustomFieldTypeOperations) customFieldType).getRestFieldOperation(this); } return new TextCustomFieldOperationsHandler(this, getI18nHelper()); }
- causes
-
JSWCLOUD-13429 Create issue from Confluence not working when linked to epic
- Closed
- is duplicated by
-
JSWCLOUD-12506 Internal server error updating Epic Link field
- Closed
- relates to
-
JSWCLOUD-7017 As a user, i want to add/update an issue Epic link by using REST API
- Closed