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

  •  
     
    story #39685 Order artifact according to a field
Summary
Empty
Order artifact according to a field
Empty

Example: @status = OPEN() ORDER BY @last_update_date DESC: will return all open artifacts, the newest first

Rules:

  • Sort can be on any field that is present in all involved tracker (displayed or not, while it's un common to sort on a criteria not displayed with a Table rendering, it's quite common for Kanban rendering)
  • Sort is possible only on one field at time
  • It's possible to choose the order: ASC (aka ascending) or DESC (aka descending)
Empty
Empty
Status
Empty
On going
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
#39685
Kevin Traini (ktraini)
2024-09-16 17:15
2024-09-16 10:05
41299

References
Referencing story #39685

Git commit

tuleap/tuleap/stable

feat: Add TQL grammar for ORDER BY 9e9ade1bca
feat: Base structure to validate ORDER BY 40f2f8f410
feat: Show the same empty state for default reports 28d823d4e5
feat: Validate ORDER BY @metadata 3b913156b6
fix: e2e test does not find empty state 2b1520456c
feat: Validate ORDER BY field a97fc43da9
feat: Base structure to build ORDER BY SQL d123d5a0cd
feat: SQL for ORDER BY simple @ATF 4424646c27
fix: Order by is ran only on one page 8c5e862c0f
feat: SQL for ORDER BY date[time] field 351c5b149d
feat: SQL for ORDER BY numeric field 276c4ab068
refacto: stop repeating ourself when we retrieve field that user can 7e26e1a741
feat: SQL for ORDER BY text field 42e420bd48
feat: Build ORDER BY @title/@description fc708dcbf4
feat: Build SQL for ORDER BY static list field 846d62a391
feat: Build SQL for ORDER BY user group list field 250f99918e
feat: Build SQL for ORDER BY user list field 6dd1041997
fix: do not retrieve always there field when the field has changeset value 42c471334d
feat: Add syntax highlighting for ORDER BY 1d706573af
feat: Correct reading mode weird behaviours 376a2a0d90

Follow-ups