You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Trying to setup a rule that looks at the beginning of the title but no success.
Tried lot's of combinations like this one
{ "applywhen": { "System.State": "Proposed", "System.Title" : [startswith("anytext")], "System.WorkItemType": "REQUIREMENT" } }
But no success.
It's not a problem using the whole title but like some tips about using just part of it.
Thanks in advance
DP
The text was updated successfully, but these errors were encountered:
Hi,
Trying to setup a rule that looks at the beginning of the title but no success.
Tried lot's of combinations like this one
{ "applywhen": { "System.State": "Proposed", "System.Title" : [startswith("anytext")], "System.WorkItemType": "REQUIREMENT" } }
But no success.
It's not a problem using the whole title but like some tips about using just part of it.
Thanks in advance
DP
The text was updated successfully, but these errors were encountered: