-
Bug
-
Resolution: Unresolved
-
Medium
-
11.2.0
-
None
-
11.02
-
Severity 3 - Minor
-
-
Issue Summary
Some Webhooks (JQL based) might not trigger correctly due OpenSearch's eventual consistency.
Steps to Reproduce
- Setup a webhook with a JQL for a specific issue e.g. IssueKey
- Update the issue through the UI e.g. change the priority
Expected Results
The webhook triggers
Actual Results
The webhook does not trigger
Workaround
Set the cluster to force refreshing on write for OpenSearch. This is achieved by setting -Dopensearch.force.refresh.on.write=true on every node in the Jira cluster (node must restarted for changes to take effect)