-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
-
Jira Software, Jira Service Management, Jira Work Management, Jira Product Discovery
Issue Summary
When the field condition with a comment containing "does not" does not function correctly.
Steps to Reproduce
- Create a rule
- Select a Trigger
- Add a condition
- Select comment in field
Field:Comment
Condition:
Does not contain
Value :
Stop task
Expected Results
If the issue comment does not include "stop task", then the condition should be met.
Actual Results
The condition will pass even if the comment contains "stop task".
Workaround
Use the .match() function to evaluate the Regex and compare it with an empty value.
For example:
- First value:
{{comments.body.match("(stop task)")}}
- Condition: does not contain
- Second value: Leave it empty
- mentioned in
-
Page Failed to load