Rally Software

 View Only
  • 1.  defect views

    Posted Dec 28, 2016 03:10 PM

    Is it possible to have multiple conditions on one field where the value is =?  Seems to work when != but does not work when =.

     

    Query works when I select multiple condition where Project != Team 1, Project != Team 2, Project != Team 3, etc.

    Query does NOT work when there are multiple conditions where Project = Team 1, Project = Team 2, Project = Team 3 etc.  



  • 2.  Re: defect views

    Posted Dec 29, 2016 04:09 AM

    Where are you trying? If you are filtering on backlog or other view choose match filter = Any or Custom. I think by defualt All is selected. Hence it appears that != is working but = is not



  • 3.  Re: defect views

    Posted Jan 06, 2017 12:49 PM

    If you'd care to post a sanitized version of your query here then I'm sure that one of us can help debug it. Subhendu is probably correct that your query conditions are being read as AND statements, and since a defect can only exist in one project nothing would be returned.