Enable OpenSearch support in Jira Helm chart#1093
Closed
amierzwicki wants to merge 6 commits intomainfrom
Closed
Conversation
Collaborator
|
Hey @amierzwicki you'll want to use OpenSearch 3.5.0 instead of 2.19. Jira supports OpenSearch 3.5 since 11.3.3, we'll drop support for OpenSearch 2.19 in Jira 12. |
|
|
||
| ### OpenSearch configuration | ||
|
|
||
| Starting with Jira 11.0, you can configure Jira to use OpenSearch as the search platform. |
Collaborator
There was a problem hiding this comment.
todo: OpenSearch went GA with Jira 11.2.
gweyeratlassian
requested changes
Mar 15, 2026
| # Configuring OpenSearch for Jira | ||
|
|
||
| !!!info "Jira and Helm chart version" | ||
| OpenSearch is supported in Jira 11.0.0 and Helm chart 2.0.10 onwards. |
Collaborator
There was a problem hiding this comment.
todo: OpenSearch went GA with Jira 11.2.
Collaborator
Author
|
This PR is replaced by #1099 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request description
Adds OpenSearch integration to the Jira Helm chart, mirroring the existing Confluence implementation.
What changed
Helm chart (
src/main/charts/jira/):opensearch2.19.0 as a conditional dependency inChart.yamlopensearch:config section tovalues.yaml(disabled by default)_helpers.tplsecret-opensearch.yamlfor auto-generated admin passwordopensearch-checkinit container andATL_SEARCH_PLATFORM,ATL_OPENSEARCH_*env vars tostatefulset.yamlTests:
JiraOpenSearchTest.java— 4 unit tests covering StatefulSet creation, secret generation, env vars, and custom secret referenceOpenSearchInstallTest.javaandhelm_install.shto include Jira in E2E OpenSearch verificationopensearch.enabled: trueto Jira E2E test valuesDocumentation:
docs/docs/examples/jira/JIRA_OPENSEARCH.mduser guidedocs/docs/containers/JIRA.mdUsage
Checklist
e2elabel)Rovo Dev code review: Rovo Dev couldn't review this pull request
Upgrade to Rovo Dev Standard to continue using code review.