Overview

      When the JIRA Issue Macro is included in a page and there are more than a single issue (Table Display), the Preview and after Saving the page links to all the issues works fine. Eg. If you have set your JIRA Base URL to http://localhost:8623/jira_623, the issue will show the respective link:

      http://localhost:8623/jira_623/browse/DEMO-3?src=confmacro
      

      On the other hand, if you set to Singe Issue Display (this is where it gets interesting):

      Situation 1 (4 or less JIRA Issue Macro): The links are still showing the correct URL
      Situation 2 (5 or more JIRA Issue Macro): The links are broken, whereby the context path of JIRA is ignored totally.

      http://localhost:8623/browse/DEMO-3
      

      Symptoms

      The links are still shown correctly in Preview mode but after saving it, the links are all broken

        1. not_ok_1.JPG
          not_ok_1.JPG
          131 kB
        2. not_ok_2.JPG
          not_ok_2.JPG
          136 kB

            [CONFSERVER-33626] JIRA Issues Macro broken for Single Issue Display

            Anatoli added a comment - - edited

            The fixed version of the plugin(5.5.4) is available on marketplace .

            Anatoli added a comment - - edited The fixed version of the plugin(5.5.4) is available on marketplace .

            When is the permanent fix going to be released?

            Clement Lim added a comment - When is the permanent fix going to be released?

            jarno.ristimaki
            I'm customer , I think it affects performance , as they can drawn confluence JVM threads.

            and for pages that has more instances than this value, new batching method is used, and there is issue inside this batching method.

            Denis Shvedchenko added a comment - jarno.ristimaki I'm customer , I think it affects performance , as they can drawn confluence JVM threads. and for pages that has more instances than this value, new batching method is used, and there is issue inside this batching method.

            What is the maximum size? Does the size value have an effect on performance or why so low default value?

            Jarno Ristimäki added a comment - What is the maximum size? Does the size value have an effect on performance or why so low default value?

            as workaround, you can set system java property (in setenv.sh )
            jira.executor.threadpool.size=20
            for confluence , and now it renders correctly up to 20 issues on one page,

            default hardcoded value is 4 , this is why this issue does not affects page with 4 or less instances of jira issues.

            Denis Shvedchenko added a comment - as workaround, you can set system java property (in setenv.sh ) jira.executor.threadpool.size=20 for confluence , and now it renders correctly up to 20 issues on one page, default hardcoded value is 4 , this is why this issue does not affects page with 4 or less instances of jira issues.

              ttranminh Tam Tran
              adanial Ahmad Danial (Inactive)
              Affected customers:
              3 This affects my team
              Watchers:
              13 Start watching this issue

                Created:
                Updated:
                Resolved: