Skip to content

Commit ddbb5a0

Browse files
OlehStefanyshyndoit-bi-do
authored andcommitted
jsm/update 4.20.0 (atlassian#713)
1 parent 6592dfd commit ddbb5a0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
88
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.10`, `8.20.0`
99

1010
* Supported Jira Service Management versions:
11-
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.10`
11+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.10`, `4.20.0`
1212

1313
* Supported Confluence versions:
1414
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.0`, `7.4.11`

app/util/jira/populate_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ JIRA_DB_PASS="Password1!"
4646
# Jira/JSM supported versions
4747

4848
SUPPORTED_JIRA_VERSIONS=(8.13.10 8.20.0)
49-
SUPPORTED_JSM_VERSIONS=(4.13.10)
49+
SUPPORTED_JSM_VERSIONS=(4.13.10 4.20.0)
5050

5151
SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")
5252
# JSM section

app/util/jira/upload_attachments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ JIRA_VERSION_FILE="/media/atl/jira/shared/jira-software.version"
2929
# Jira/JSM supported versions
3030

3131
SUPPORTED_JIRA_VERSIONS=(8.13.10 8.20.0)
32-
SUPPORTED_JSM_VERSIONS=(4.13.10)
32+
SUPPORTED_JSM_VERSIONS=(4.13.10 4.20.0)
3333

3434
SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")
3535
if [[ ${jsm} == 1 ]]; then

docs/dc-apps-performance-toolkit-user-guide-jsm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All important parameters are listed and described in this section. For all other
6666
| Parameter | Recommended value |
6767
| --------- | ----------------- |
6868
| Jira Product | ServiceManagement |
69-
| Version | The Data Center App Performance Toolkit officially supports `4.13.10` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
69+
| Version | The Data Center App Performance Toolkit officially supports `4.13.10`, `4.20.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
7070

7171
**Cluster nodes**
7272

@@ -543,7 +543,7 @@ All important parameters are listed and described in this section. For all other
543543
| Parameter | Recommended Value |
544544
| --------- | ----------------- |
545545
| Jira Product | ServiceManagement |
546-
| Version | The Data Center App Performance Toolkit officially supports `4.13.10` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
546+
| Version | The Data Center App Performance Toolkit officially supports `4.13.10`, `4.20.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
547547
548548
**Cluster nodes**
549549

0 commit comments

Comments
 (0)