Ticket prioritising by substring matching not working
On a board like https://lucid.app/lucidspark/[REDACTED]/edit?invitationId=[REDACTED]&page=0_0# :
Create a new yellow post-it note
Write the word ‘flows’ or the word ‘highlight’ on it
The ticket gets marked as LOW priority with a downward pointing green arrow, or HIGH priority with an upward pointing red arrow.
This appears to be because of simple substring matching based on the text content.
It would be better if it used a regex with word break characters, or something a little more intelligent so it doesn’t think ‘flows’ means ‘low’.
