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

Specify YT query for filtering which things should be reported? #9

Open
CherryDT opened this issue Nov 10, 2015 · 2 comments
Open

Specify YT query for filtering which things should be reported? #9

CherryDT opened this issue Nov 10, 2015 · 2 comments

Comments

@CherryDT
Copy link

From checking your readme, I didn't find anything about this. Can I specify a YT query, e.g. "project:ABC #important -Delayed", and your agent would then only send info about issues matching this query to slack?

@codeslubber
Copy link
Contributor

That is no there, but does sound like a good idea. So basically a filter, with the ability to route it to a specific channel?

@CherryDT
Copy link
Author

Yes, that's the idea. (Sorry for the late reply.)

Like in the API example (there they even allow multiple combined blocks of filters which we probably won't need):

GET http://localhost:8081/rest/issue?filter=for%3A+me+%23Unresolved+%23Exception&filter=for%3A+me+%23Unresolved+%23Show-stopper
In the result xml the first block of issues will match the search query for:me #Unresolved #Exception, and after it, all issues that match the search query for:me #Unresolved #Show-stopper.

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