Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Campain label rule management #2503

Open
mflorid opened this issue Oct 26, 2023 · 1 comment
Open

Campain label rule management #2503

mflorid opened this issue Oct 26, 2023 · 1 comment

Comments

@mflorid
Copy link
Collaborator

mflorid commented Oct 26, 2023

Currently when you define a campain you have to select label to filter the selction.

Our user need to go further on the label selection.

For exemple if i have :

  • Test case 1 with Label 1
  • Test case 2 with Label 2
  • Test case 3 with Label 1 and Label 2

When i create my campain if i add Label 1 and Label 2 i will only have the TC3 on my campain.

Therefore i think it will be great to add more possibilities on this page like :

  • AND
  • OR
  • NOT
  • ...

For example Label 1 OR label 2 would give the result executions of tc1, tc2 and tc3

We can discuss about what rules to add.

Should this impact launch with API ?

@vertigo17
Copy link
Member

One option to investigate is to use:
https://github.com/mvel/mvel
http://mvel.documentnode.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants