Summary
Empty
TQL for select box
Empty
  • Grammar
    • New fields: select box, multi select box, radio, check box
      • Search on values label
    • New operator: in()
    • New function: myself()
  • Examples:
    • submitted_by=myself() OR assigned_to=myself()
    • submitted_by = "jmasson" (case insensitive) (!=)
    • submitted_by = "Joris MASSON" (case insensitive) (!=)
    • assigned_to = "" (!=)
    • category in ("Database", "UI") (case insensitive) (not in)
    • support_group = "Project Members" (case insensitive)
Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#8860
Manuel Vacelet (vaceletm)
2017-03-02 09:13
2016-02-11 11:32
4577

References

Follow-ups

User avatar
Joris MASSON (jmasson)2017-02-23 10:43
Since gerrit #7735 was merged, list fields bound to user groups no longer display "project_members" but instead display "Project members". Therefore, it no longer makes sense to support searching "project_members".

  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
Joris MASSON (jmasson)2017-02-22 09:52
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes