Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-55206

Ability to include development information panel using Jira Issues Macro

    XMLWordPrintable

Details

    • 1
    • 1
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Problem Definition

      Currently, it's not possible to display the development panel for an issue in Confluence using Jira issues macro

      Suggested Solution

      Provide ability to display development panel using Jira Issues Macro in Confluence

      Information

      tested in Jira 8.5.3
      When the HTTP Dump Log is enabled in Jira during the request of Jira Issue Macro, we can see the below information coming from Jira:

      example information for a single issue
          			<item>
          			                <link>http://localhost:8853/j853/browse/MST-1</link>
          			                    <key id="10000">MST-1</key>
          			            <summary>Do this</summary>
          			                <type id="10000" iconUrl="http://localhost:8853/j853/secure/viewavatar?size=xsmall&amp;avatarId=10318&amp;avatarType=issuetype">Task</type>
          			                                <priority id="3" iconUrl="http://localhost:8853/j853/images/icons/priorities/medium.svg">Medium</priority>
          			                        <status id="10000" iconUrl="http://localhost:8853/j853/images/icons/status_generic.gif" description="">To Do</status>
          			                    <statusCategory id="2" key="new" colorName="blue-gray"/>
          			                                    <resolution id="-1">Unresolved</resolution>
          			                                        <assignee username="-1">Unassigned</assignee>
          			                                    <reporter username="admin">The Mighty Administrator</reporter>
          			                            <created>Wed, 21 Apr 2021 12:15:48 +1000</created>
          			                <updated>Fri, 14 May 2021 15:34:44 +1000</updated>
          			                                <due></due>
          			                                                                                <customfields>
          			                                                <customfield id="customfield_10207" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
          			                        <customfieldname>Development</customfieldname>
          			                        <customfieldvalues>
          			                            
          			                        </customfieldvalues>
          			                    </customfield>
          			                                                                <customfield id="customfield_10102" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
          			                        <customfieldname>Pick Someone</customfieldname>
          			                        <customfieldvalues>
          			                            <customfieldvalue>caliburn</customfieldvalue>
          			
          			                        </customfieldvalues>
          			                    </customfield>
          			                                    </customfields>
          			    </item>
      

      Here, we can see that although the field Development is returned from Jira but there is no value in it for Confluence to display. Thus, Confluence is able to find this field, but no data is displayed in it:

      This is likely a limitation where Jira also plays a part and needs to be updated
      Eg: JRASERVER-67299 is a request to have the development information exported into CSV. With this implementation, the information should also be exported into XML as well where this will resolve part of the issue from Jira's end

      Attachments

        1. screenshot-1.png
          screenshot-1.png
          256 kB
        2. screenshot-2.png
          screenshot-2.png
          366 kB

        Activity

          People

            Unassigned Unassigned
            smackie@atlassian.com Shannon S
            Votes:
            18 Vote for this issue
            Watchers:
            21 Start watching this issue

            Dates

              Created:
              Updated: