mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
Have Jira Groovy client send client=jira-groovy to our API.
(imported from commit 9186c5a8ac9ac910e914eaa342040f595b38a052)
This commit is contained in:
@@ -134,6 +134,7 @@ class ZulipListener extends AbstractIssueEventListener {
|
||||
String sendStreamMessage(String stream, String subject, String message) {
|
||||
NameValuePair[] body = [new NameValuePair("api-key", zulipAPIKey),
|
||||
new NameValuePair("email", zulipEmail),
|
||||
new NameValuePair("client", "jira-groovy"),
|
||||
new NameValuePair("type", "stream"),
|
||||
new NameValuePair("to", stream),
|
||||
new NameValuePair("subject", subject),
|
||||
|
||||
Reference in New Issue
Block a user