This one is more of a question rather than an actual issue...
So, like the title says, how do we mention others in tickets ?
Because there is filter "Mentioning You" in "My Tickets" menu, and I can't find out how to take advantage of this feature..
Thanks.
The text was updated successfully, but these errors were encountered:
Oh ok.. Perhaps the regex flaw includes detecting usernames that contain "." in them?
I just tried it, and somehow rather confused. For example, the user that I want to mention is "Dhifa.Irawan".
In ticket description, if I write "@Dhifa.Irawan" then the link will become https://giturl/user/dhifa
instead of https://giturl/user/dhifa.irawan
And in "add a comment" section, if I try to mention "@Dhifa.Irawan" for the first time it won't work.
I must write it twice for the second mention to work. The first one will simply become a plain text.
Note that the regex I made will work well inside sentences, but if the mention is the first or last word without any whitespace around it, it will not match. Maybe someone with more regular expression kung fu can come in and fix this.
This one is more of a question rather than an actual issue...
So, like the title says, how do we mention others in tickets ?
Because there is filter "Mentioning You" in "My Tickets" menu, and I can't find out how to take advantage of this feature..
Thanks.
The text was updated successfully, but these errors were encountered: