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

JIRA Issue Macro in confluence doesn't display the same columns selected in JIRA filter

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Macros - Jira Macros
    • None
    • 0
    • 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

      When we add a JIRA Issue Macro in a Confluence page, Confluence displays default columns from JIRA irrespective of the columns that were selected in JIRA when viewing the JQL.

      Suggested Solution

      Suppose if we filter issues in JIRA and select the desired columns to be displayed using the Columns button. When the JIRA filter URL is used in the Confluence page using JIRA Issue Macro, it includes the selected columns.

      Why this is important

      This will provide a more robust way when sharing JQL and simplify inserting JQL tables into a Confluence page.

      Workaround

      Install the Confluence Source Editor, which allows quick editing of the XML that generates the macro.

      Editing the <ac:parameter ac:name="columns"> line directly can be quicker than the current user interface.

       <ac:structured-macro ac:macro-id="9ed09b85-ef84-4ec8-9a34-b3f39ab0e11b" ac:name="jira" ac:schema-version="1">
          <ac:parameter ac:name="server">Your Company JIRA</ac:parameter>
          <ac:parameter ac:name="columns">key,summary,type</ac:parameter>
          <ac:parameter ac:name="maximumIssues">20</ac:parameter>
          <ac:parameter ac:name="jqlQuery">assignee = currentUser() AND resolution = Unresolved order by updated DESC </ac:parameter>
          <ac:parameter ac:name="serverId">02898d7b-114e-357c-9c67-1a61b19662a7</ac:parameter>
        </ac:structured-macro>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pyarakala Praveen Yarakala (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: