JIRA Issues Macro fetching unnecessary fields from JIRA

XMLWordPrintable

      Reproduction Notes:

      • Insert the JIRA Issues macro
      • Paste the XML URL to a search
      • Customize the fields to return by specifying a custom field

      In my example, I'm requesting: summary, type, updated, goals

      It generates a request like this to JIRA:

              Request URL Parameters :
                      tempMax=1000
                      field=summary
                      field=type
                      field=updated
                      field=allcustom
                      field=goals
                      field=link
      

      I don't think the field allcustom should be there. We're grabbing all available custom fields which makes the search extremely slow on instances with many custom fields.

            Assignee:
            Unassigned
            Reporter:
            David Yu
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: