I tried your jira example, but it does not work and can not match ticket like abcd-1234. I think the following may be better (suppose that team name has at least 3 case-insentive characters)?
local ticket = require("gx.helper").find(line, mode, "(%a%a%a+%-%d+)")
I tried your jira example, but it does not work and can not match ticket like
abcd-1234. I think the following may be better (suppose that team name has at least 3 case-insentive characters)?