Tuleap 16 est là ! Assistez à l'événement virtuel le 17 octobre à 10h30. Inscrivez-vous ici !

  •  
     
    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-08-06 15:11
2024-07-23 10:55
40616

References

Follow-ups

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