ontometrics / slack-youtrack

Integration of slack and you track.
49 stars 14 forks source link

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

Open CherryDT opened 8 years ago

CherryDT commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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.