The Compare two values condition/validator evaluates the comparison of two (field) values.
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Use case description |
|---|---|---|---|
| Current user must be reporter |
|
Current user must be reporter. This use case is valid for both conditions and validators. The only difference is that you can specify an additional error message when using a validator. |
|
| Due date must be in the future |
|
The due date must be in the future. This use case is valid for both conditions and validators . The only difference is that you can specify an additional error message when using a validator. |
|
| Issue must have at least two attachments |
|
Require a at least two attachments. This use case is valid for both conditions and validators. The only difference is that you can specify an additional error message when using a validator. |