We couldn't load the project sidebar. 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.

      Issue Summary

      Wrong API response for /copy REST API.

      Steps to Reproduce

      1. create a page with 1000 attachments.
      1. call below REST API
      https://YOUR_SITE.atlassian.net/wiki/rest/api/content/PAGE_ID_WITH_1000_ATTACHEMNTS/copy
      body:
      {
        "copyAttachments": true,
      	"destination": {
          "type": "parent_page",
          "value": "PAGE_ID_WITH_1000_ATTACHEMNTS"
        },
        "pageTitle": "copy_test"
      }
       

       

      Expected Results

      Page copied and API should return 200.
       

      Actual Results

      Page copied and API returns 504.

      Workaround

      Use /pagehierarchy/copy instead of /copy

          Form Name

            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.

                Issue Summary

                Wrong API response for /copy REST API.

                Steps to Reproduce

                1. create a page with 1000 attachments.
                1. call below REST API
                https://YOUR_SITE.atlassian.net/wiki/rest/api/content/PAGE_ID_WITH_1000_ATTACHEMNTS/copy
                body:
                {
                  "copyAttachments": true,
                	"destination": {
                    "type": "parent_page",
                    "value": "PAGE_ID_WITH_1000_ATTACHEMNTS"
                  },
                  "pageTitle": "copy_test"
                }
                 

                 

                Expected Results

                Page copied and API should return 200.
                 

                Actual Results

                Page copied and API returns 504.

                Workaround

                Use /pagehierarchy/copy instead of /copy

                        Unassigned Unassigned
                        7af4c19cf335 Damian Kleszcz
                        Votes:
                        61 Vote for this issue
                        Watchers:
                        44 Start watching this issue

                          Created:
                          Updated:

                            Unassigned Unassigned
                            7af4c19cf335 Damian Kleszcz
                            Affected customers:
                            61 This affects my team
                            Watchers:
                            44 Start watching this issue

                              Created:
                              Updated: