Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-17723

Jelly tag jira:RunSearchRequest returns incomplete objects

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Low
    • None
    • 3.13.4
    • Indexing

    Description

      Hello all,

      after creating a filter to catch issues that definitely have fix for versions defined, the fixfor attribute of the returned objects is null.

      Eg:

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib" xmlns:core="jelly:core" xmlns:log="jelly:log" >
      <jira:Login username="admin" password="admin">
      <jira:RunSearchRequest filterid="10000" var="issues" />
      <core:forEach var="issue" items="${issues}">
      <Issue
      dump= "${issue}"
      />
      </core:forEach>
      </jira:Login>
      </JiraJelly>
      
      <JiraJelly xmlns:jira='jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib' xmlns:log='jelly:log' xmlns:core='jelly:core'> 
        <Issue dump='
      [GenericEntity:Issue]
      [created,2009-06-16 10:37:45.228]
      [summary,Blah]
      [component,null]
      [workflowId,10000]
      [timeoriginalestimate,null]
      [fixfor,null]
      [type,8]
      [timespent,null]
      [environment,null]
      [resolution,1]
      [status,6]
      [updated,2009-06-18 18:36:51.71]
      [timeestimate,null]
      [id,10000]
      [key,TST-1]
      [duedate,null]
      [description,null]
      [project,10000]
      [reporter,admin]
      [security,null]
      [votes,0]
      [assignee,admin]
      [priority,3]'
      /> 
      </JiraJelly>
      

      Please note that [fixfor,null] while the issue has been edited to have 2 versions specified.

      Best Regards,
      Edoardo

      Attachments

        Activity

          People

            Unassigned Unassigned
            ecausarano Edoardo Causarano [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: