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

Using part of title "startswith" #126

Open
DickPettersson opened this issue Jun 29, 2022 · 1 comment
Open

Using part of title "startswith" #126

DickPettersson opened this issue Jun 29, 2022 · 1 comment

Comments

@DickPettersson
Copy link

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

@smholvoet
Copy link

@DickPettersson Did you manage to get this working in the end?

@figueiredorui any feedback on this? We're looking to apply certain rules to user stories which have a specific title, starting with the same text:

{
    "applywhen": [
    {
        "System.WorkItemType": "User Story",
        "System.Title": "General support*"
    }]
}

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

No branches or pull requests

2 participants