Skip to content

Commit 837fd8a

Browse files
OlehStefanyshynmmizin
authored andcommitted
Jira/dca 1200 update jira 8 13 8 (atlassian#649)
* dca-1200:update-jira-8-13-8 * dca-1200:update-jira-8-13-8 Co-authored-by: mmizin <mmizin@atlassian.com>
1 parent 6f89d27 commit 837fd8a

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
55

66
## Supported versions
77
* Supported Jira versions:
8-
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.7`, `8.5.15`
8+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.8`, `8.5.15`
99

1010
* Supported Jira Service Management versions:
1111
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.7`, `4.5.15`

app/util/jira/populate_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ JIRA_DB_PASS="Password1!"
4545

4646
# Jira/JSM supported versions
4747

48-
SUPPORTED_JIRA_VERSIONS=(8.5.15 8.13.7)
48+
SUPPORTED_JIRA_VERSIONS=(8.5.15 8.13.8)
4949
SUPPORTED_JSM_VERSIONS=(4.5.15 4.13.7)
5050

5151
SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")

app/util/jira/upload_attachments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ JIRA_VERSION_FILE="/media/atl/jira/shared/jira-software.version"
2828

2929
# Jira/JSM supported versions
3030

31-
SUPPORTED_JIRA_VERSIONS=(8.5.15 8.13.7)
31+
SUPPORTED_JIRA_VERSIONS=(8.5.15 8.13.8)
3232
SUPPORTED_JSM_VERSIONS=(4.5.15 4.13.7)
3333

3434
SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")

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

Lines changed: 2 additions & 3 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 | Software |
69-
| Version | The Data Center App Performance Toolkit officially supports `8.13.7`, `8.5.15` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
69+
| Version | The Data Center App Performance Toolkit officially supports `8.13.8`, `8.5.15` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
7070

7171
**Cluster nodes**
7272

@@ -387,7 +387,7 @@ All important parameters are listed and described in this section. For all other
387387
| Parameter | Recommended Value |
388388
| --------- | ----------------- |
389389
| Jira Product | Software |
390-
| Version | The Data Center App Performance Toolkit officially supports `8.13.7`, `8.5.15` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
390+
| Version | The Data Center App Performance Toolkit officially supports `8.13.8`, `8.5.15` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
391391

392392
**Cluster nodes**
393393

@@ -865,7 +865,6 @@ To receive scalability benchmark results for two-node Jira DC **with** app-speci
865865
indexes - 100%
866866
Index restore complete
867867
```
868-
869868
{{% note %}}
870869
If index synchronization is failed by some reason, you can manually copy index from the first node. To do it, login to the second node (use private browser window and check footer information to see which node is current), go to **System** > **Indexing**. In the **Copy the Search Index from another node**, choose the source node (first node) and the target node (current node). The index will copied from one instance to another.
871870
{{% /note %}}

0 commit comments

Comments
 (0)