-
Notifications
You must be signed in to change notification settings - Fork 40
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
Feature request: Add Filter by tag #37
Comments
Should the filter only contain 1 tag and filter the workitems by this single tag? |
Our immediate requirement is for a single tag but your suggestion would be a useful enhancement. Allow multiple tags and a second option could pick between matching any tags or matching all tags. |
I could also use this functionality. Filtering by a Single tag would be enough for what I need. (basically I want to skip updating the work item if the work item updater had already updated it once in another pipeline or in another run of the pipeline, so I am looking for one of the tags that it is adding to skip it.) I don't have a good way to test changes myself for this or else I'd do the work and do a PR. |
Can anyone please inform us if this feature will be implemented? |
@BlueBasher can you add some steps on how to start contributing to this extension? I would like to submit a PR for this feature but I'm not sure how to run & test the changes I do to the source code. |
We use tags to indicate a work item is ready to be deployed. Could you add a filter by tag to the work item updater? Only work items with this tag would be updated.
The text was updated successfully, but these errors were encountered: