Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

  •  
     
    story #39003 Choose my own columns based on special fields
Summary
Empty
Choose my own columns based on special fields
Empty

The TQL grammar is extended with a SELECT keyword that precedes the previously existing "filtering" conditions. I can write several field names (separated by commas ,) from the selected trackers.

SELECT @pretty_title, @project.name, @tracker.name WHERE @id >= 1

Allowed special fields

  • @project.name
  • @tracker.name
  • @pretty_title which corresponds to "tracker short name" #@id @title

A given field (for example @pretty_title) can only be selected once. For example SELECT @pretty_title, @title, @pretty_title will raise an error.

Figma mockup: https://www.figma.com/design/oDjT4tC3fDGP5P4JdKfkdE/Columns-choices---ST?node-id=67-21319

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
#39003
Kevin Traini (ktraini)
2024-10-17 10:16
2024-07-23 10:55
40743

References
Referencing story #39003

Follow-ups

User avatar
Joris MASSON (jmasson)2024-10-17 10:16
  • 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
  • Is related to
    • Added is Covered by:
User avatar
Joris MASSON (jmasson)2024-07-31 11:52

Added precision that @tracker.name is different from @pretty_title: the former selects the tracker's long name, the latter its short name (for example, User Stories vs story)


  • 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