29 Jan 2021 05:52 PM - last edited on 28 Jun 2021 01:58 PM by Karolina_Linda
Hi.
I am trying to integrate Dynatrace with Jira.
At the moment of the integration it sends me the message.
"JIRA integration test failed - Reason: Too many test attempts. Please try again in a few seconds."
I did the test in Postman to validate the connection with Jira but it sent me the same message.
In Postman I added the Jira certificate and validated again, which was successful.
How can I add or reference the Jira certificate for the Dynatrace integration?
Solved! Go to Solution.
02 Feb 2021 09:37 AM
If you are using Dynatrace Managed, you should look at this:
I don't think there is any option for adding certificate using gui right now.
Sebastian
03 Feb 2021 01:26 AM
Hi
When running the steps and executing the command
I get the following error.
import_trusted_certificate.sh archivet.cer certification
import_trusted_certificate.sh: line 3: $'\r': command not found
import_trusted_certificate.sh: line 6: $'\r': command not found
import_trusted_certificate.sh: line 16: syntax error near unexpected token `$'{\r''
'mport_trusted_certificate.sh: line 16: `importCert() {
03 Feb 2021 08:14 AM
It looks like some unwantend whitechars in sh script. Did you download sh script and copy it via SFTP or copy paste it's content into terminal?
Sebastian
03 Feb 2021 06:55 PM
Hi.
It was solved by performing the following.
In this way I could make the correct integration of Dynatrace with Jira
Importing the jira certificate to the dynatrace server
The following command is executed to import
1.- Copy the .cer file to the path
/opt/dynatrace-managed/server/jre/lib/security
2.- Execute the following command to import the certificate.
/opt/dynatrace-managed/server/jre/bin/keytool -import -alias jira -keystore cacerts -file certificateJira.cer -storepass changeit
3.- The file is generated cacerts
/opt/dynatrace-managed/server/jre/lib/security/cacerts
4.- Replace the cacerts file in the following paths
PRODUCT_PATH/server/jre/lib/security/cacerts
PRODUCT_PATH/security-Gateway/jre/lib/security/cacerts
PRODUCT_PATH/nodekeeper/jre/lib/security/security/cacerts
5.- Restart Dynatrace Server.
/opt/dynatrace-managed/launcher/dynatrace.sh restart
03 Feb 2021 06:52 PM
Hi.
It was solved by performing the following.
In this way I could make the correct integration of Dynatrace with Jira
Importing the jira certificate to the dynatrace server
The following command is executed to import
1.- Copy the .cer file to the path
/opt/dynatrace-managed/server/jre/lib/security
2.- Execute the following command to import the certificate.
/opt/dynatrace-managed/server/jre/bin/keytool -import -alias jira -keystore cacerts -file certificateJira.cer -storepass changeit
3.- The file is generated cacerts
/opt/dynatrace-managed/server/jre/lib/security/cacerts
4.- Replace the cacerts file in the following paths
PRODUCT_PATH/server/jre/lib/security/cacerts
PRODUCT_PATH/security-Gateway/jre/lib/security/cacerts
PRODUCT_PATH/nodekeeper/jre/lib/security/security/cacerts
5.- Restart Dynatrace Server.
/opt/dynatrace-managed/launcher/dynatrace.sh restart
03 Feb 2021 06:54 PM
Steps to add Jira certificate to Dynatrace server
07 Nov 2021 04:17 PM
sorry to hear that you had such a frustrating problem. gee, as a dt user, i must admit i've never had such an issue when trying to configure and connect both systems. we've done it on multiple occasions for various projects. btw, the last time we made integration between dynatrace and jira, we used an external connector, called zigiops. we used it to transfer issues and custom stories, but it helps with problems &stories, too. helped us a lot since it linked both systems in a snap. we had no issues whatsoever. i'm glad you've found a solution. perhaps, next time you may look for such a tool - saves a lot of time and nerves (personally tested 🙂 ).
09 Nov 2021 02:55 PM
HI team how to avoid duplicate jira creation while we have integrated JIRA and dyntrace integration
09 Nov 2021 03:11 PM
with so little information there one can only guess. do you have a bi-directional integration by logical loops? maybe that's the cause of the duplication (i guess)? perhaps the logic and mappings of your integration are not configured as they should be?
10 Nov 2021 10:27 AM
Consider dynatrace will create jiras at some regular interval ...Already one JIRA ticket A is there and not solved and JIRA ticket B is created with same content and issue without first issue JIRA ticket A is solved.Now duplicate JIRA ticket are going to be created ,How to solve this from dynatrace end
Thanks
vijaykumark