I want to use a JQL query to search for an issue whose summary starts with a string, so I'm using
summary ~ "string-i-want-to-search-for*"
However, the string I'm using has "-" in between the words, and that for some reason makes the contains function not work, because it returns no results.
Is this a know issue / expected behavior?
Is there any workaround for this case?