## Expected Behavior When I log a time entry like this one: > Worked on PROJECT-1235: Solved bug and submitted PR I should not get a notification from the Slackbot. ## Actual Behavior When I log a time entry like this one: > Worked on PROJECT-1235: Solved bug and submitted PR I get a notification from the Slackbot. ## Possible Fix Improve the regular expression. The `:` is throwing things off. ## To Reproduce 1. Log an entry with `PROJECT-123:` in Noko 2. Get a notification around 8pm ## Additional Information Here is more info: - https://github.com/fastruby/pecas/blob/b8891addcd2d9b5d53b936621ac531a216098fa3/app/domain/time_entry/description_rules.rb#L18-L24 - https://github.com/fastruby/pecas/blob/b8891addcd2d9b5d53b936621ac531a216098fa3/app/domain/time_entry/description_rules.rb#L2 **I will abide by the [code of conduct](https://github.com/fastruby/pecas/blob/main/code-of-conduct.md)**
Expected Behavior
When I log a time entry like this one:
I should not get a notification from the Slackbot.
Actual Behavior
When I log a time entry like this one:
I get a notification from the Slackbot.
Possible Fix
Improve the regular expression. The
:is throwing things off.To Reproduce
PROJECT-123:in NokoAdditional Information
Here is more info:
pecas/app/domain/time_entry/description_rules.rb
Lines 18 to 24 in b8891ad
pecas/app/domain/time_entry/description_rules.rb
Line 2 in b8891ad
I will abide by the code of conduct