Skip to content

Commit e452dc8

Browse files
committed
Can't search by username any more, hooray GDPR
1 parent bf16c9f commit e452dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/main.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ namespace eval ::jira {
519519
upvar 1 $_result result
520520
unset -nocomplain result
521521

522-
set url "[::jira::baseurl]/rest/api/2/user/search?username=$email"
522+
set url "[::jira::baseurl]/rest/api/2/user/search?query=$email"
523523

524524
if {[::jira::raw $url GET json]} {
525525
set rawdata [::yajl::json2dict $json(data)]

0 commit comments

Comments
 (0)