Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-67455

Cannot edit Status Report Template

    XMLWordPrintable

Details

    Description

      Issue Summary

      Upon editing the Status Report Template>JIRA Report Blueprint keeps rendering.

      Environment

      • Confluence Cloud

      Steps to Reproduce

      1. Click on Content Tools from Space Setting.
      2. Navigate to Templates tab.
      3. Scroll down to JIRA Report Blueprint and try to edit the Status Report Template

      Expected Results

      It should render the page template

      Actual Results

      It keeps spinning.

      Notes

      • The dev console shows below error:
        graphql.js:37 SyntaxError: Unexpected token < in JSON at position 0
            at JSON.parse (<anonymous>)
            at editorContentV2 (editorContentV2.ts:478)
            at combineReducers.js:120
            at combineReducers.js:120
            at combineReducers.js:120
            at v (createStore.js:165)
            at analytics.js:95
            at middleware.js:25
            at track-analytic-events.js:45
            at graphql.js:186
      • The HTTP request takes space as null while parsing the payload details.

        Request Payload

        [{operationName: "spaceInfo", variables: {spaceKey: "AC"},…},…]
        0: {operationName: "spaceInfo", variables: {spaceKey: "AC"},…}
        operationName: "spaceInfo"
        query: "query spaceInfo($spaceKey: String) {↵  spaces(spaceKey: $spaceKey) {↵    nodes {↵      id↵      key↵      name↵      homepage {↵        id↵        __typename↵      }↵      icon {↵        ...iconDetails↵        __typename↵      }↵      type↵      settings {↵        routeOverrideEnabled↵        __typename↵      }↵      theme {↵        themeKey↵        __typename↵      }↵      lookAndFeel {↵        headings {↵          key↵          value↵          __typename↵        }↵        menus {↵          hoverOrFocus {↵            key↵            value↵            __typename↵          }↵          color↵          __typename↵        }↵        header {↵          backgroundColor↵          button {↵            backgroundColor↵            color↵            __typename↵          }↵          primaryNavigation {↵            color↵            hoverOrFocus {↵              key↵              value↵              __typename↵            }↵            __typename↵          }↵          secondaryNavigation {↵            color↵            hoverOrFocus {↵              key↵              value↵              __typename↵            }↵            __typename↵          }↵          search {↵            backgroundColor↵            color↵            __typename↵          }↵          __typename↵        }↵        content {↵          screen {↵            background↵            backgroundColor↵            backgroundImage↵            backgroundPosition↵            backgroundSize↵            backgroundRepeat↵            backgroundOrigin↵            backgroundClip↵            backgroundAttachment↵            backgroundBlendMode↵            layer {↵              background↵              backgroundColor↵              backgroundImage↵              backgroundPosition↵              backgroundSize↵              backgroundRepeat↵              backgroundOrigin↵              backgroundClip↵              backgroundAttachment↵              backgroundBlendMode↵              width↵              height↵              __typename↵            }↵            gutterTop↵            gutterRight↵            gutterBottom↵            gutterLeft↵            __typename↵          }↵          container {↵            background↵            backgroundColor↵            backgroundImage↵            backgroundPosition↵            backgroundSize↵            backgroundRepeat↵            backgroundOrigin↵            backgroundClip↵            backgroundAttachment↵            backgroundBlendMode↵            padding↵            borderRadius↵            __typename↵          }↵          header {↵            background↵            backgroundColor↵            backgroundImage↵            backgroundPosition↵            backgroundSize↵            backgroundRepeat↵            backgroundOrigin↵            backgroundClip↵            backgroundAttachment↵            backgroundBlendMode↵            padding↵            borderRadius↵            __typename↵          }↵          body {↵            background↵            backgroundColor↵            backgroundImage↵            backgroundPosition↵            backgroundSize↵            backgroundRepeat↵            backgroundOrigin↵            backgroundClip↵            backgroundAttachment↵            backgroundBlendMode↵            padding↵            borderRadius↵            __typename↵          }↵          __typename↵        }↵        __typename↵      }↵      metadata {↵        labels {↵          nodes {↵            prefix↵            name↵            id↵            __typename↵          }↵          __typename↵        }↵        __typename↵      }↵      operations {↵        operation↵        targetType↵        __typename↵      }↵      __typename↵    }↵    __typename↵  }↵}↵↵fragment iconDetails on Icon {↵  path↵  width↵  height↵  isDefault↵  __typename↵}↵"
        variables: {spaceKey: "AC"}
        spaceKey: "AC"
        1: {operationName: "templateEditorContent",…}
        operationName: "templateEditorContent"
        query: "query templateEditorContent($contentId: String!) {↵  template(contentTemplateId: $contentId) {↵    templateId↵    name↵    description↵    space {↵      key↵      name↵      __typename↵    }↵    body {↵      atlas_doc_format {↵        value↵        representation↵        __typename↵      }↵      __typename↵    }↵    __typename↵  }↵}↵"
        variables: {contentId: "0ca24964-4910-4318-96a4-e85035cf176a"}
        contentId: "0ca24964-4910-4318-96a4-e85035cf176a"
      • Preview:
        [{,…}, {data: {,…}}]
        0: {,…}
        1: {data: {,…}}
        data: {,…}
        template: {__typename: "ContentTemplate", name: "Status Report Template", description: "Status Report Template",…}
        body: {atlas_doc_format: {__typename: "ContentBody",…},…}
        atlas_doc_format: {__typename: "ContentBody",…}
        __typename: "EnrichableMap_ContentRepresentation_ContentBody"
        description: "Status Report Template"
        name: "Status Report Template"
        space: null
        templateId: "0ca24964-4910-4318-96a4-e85035cf176a"
        __typename: "ContentTemplate"

      Workaround

      Currently, there is no known workaround for this behavior. A workaround will be added here when available

      Attachments

        Issue Links

          Activity

            People

              sbokhari@atlassian.com Saba Bokhari
              srandhawa@atlassian.com Supreet (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: