Skip to content

Commit

Permalink
Comment out the notifyUsers=false query parameter
Browse files Browse the repository at this point in the history
since `notifyUsers=false` does not apply to all requests and we've disabled notifications downstream this query param is not sent anymore to allow automation updating upstream issues to work with a non-admin user.
  • Loading branch information
marko-bekhta committed Dec 4, 2024
1 parent 165ec42 commit 1f33070
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
* version (included), e.g.:
*/
// so that we do not spam with all notifications ...
@ClientQueryParam(name = "notifyUsers", value = "false")
// since `notifyUsers=false` does not apply to all requests and we've disabled notifications downstream
// this query param is not sent anymore to allow automation updating upstream issues to work with a non-admin user.
// @ClientQueryParam(name = "notifyUsers", value = "false")
public interface JiraRestClient {

@GET
Expand Down

0 comments on commit 1f33070

Please sign in to comment.