We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-10333

Updating epic link field through REST causes 500 Internal Error

      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());
          }
      

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            Uploaded image for project: 'Jira Software Data Center'
            1. Jira Software Data Center
            2. JSWSERVER-10333

            Updating epic link field through REST causes 500 Internal Error

                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());
                    }
                

                        Unassigned Unassigned
                        jderaedt Jeroen De Raedt
                        Votes:
                        70 Vote for this issue
                        Watchers:
                        51 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                            Unassigned Unassigned
                            jderaedt Jeroen De Raedt
                            Affected customers:
                            70 This affects my team
                            Watchers:
                            51 Start watching this issue

                              Created:
                              Updated:
                              Resolved: