JIRA Integration plugin - additional query parameters
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Description
JIRA Integration plugin mentions git commit/push in related JIRA issue. This causes JIRA to send "user has commented on" notification message every time users commits/pushes to git repository. This notification cannot be easily suppresed in JIRA (sadly, jira does not the possibility to filter notifications based on the actor/user who created the event).
However, JIRA rest api offers the possibility to suppres email notification using simple query parameter (notifyUsers=false which is by default true).
Proposal
Extend the configuration of JIRA integration plugin to include also query parameters: https://developer.atlassian.com/cloud/jira/platform/rest/#api/2/issue-editIssue as explained here: https://jira.atlassian.com/browse/JRASERVER-34423
It'd be nice if the default setting for the query parameters would be "notifyUsers=false" which would serve both as good example of how to use it and also disable unnecessary notifications.
Links / references
https://jira.atlassian.com/browse/JRASERVER-34423 https://developer.atlassian.com/cloud/jira/platform/rest/#api/2/issue-editIssue