We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to have a rule trigger when a work item's area path changes from any of
a/b/1, a/b/2, a/b/3, a/b/4
to any of
a/c/5, a/c/6, a/c/7, a/c/8
ie. to write a Value Changed trigger like:
FIELD CHANGED Field name Area Path
Old field value Under a/b
New field value Under a/c
--Specifying relations like "under", "contains", "in" is possible in queries. Could it be added to the Value Changed trigger?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to have a rule trigger when a work item's area path changes from any of
a/b/1, a/b/2, a/b/3, a/b/4
to any of
a/c/5, a/c/6, a/c/7, a/c/8
ie. to write a Value Changed trigger like:
FIELD CHANGED
Field name
Area Path
Old field value
Under
a/b
New field value
Under
a/c
--Specifying relations like "under", "contains", "in" is possible in queries. Could it be added to the Value Changed trigger?
The text was updated successfully, but these errors were encountered: