Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » JIRA|Confluence|Apps » How to integrate TestRail with Jira

How to integrate TestRail with Jira

Posted on 16/11/202316/12/2025 Temitope Odemo By Temitope Odemo No Comments on How to integrate TestRail with Jira
banner

JIRA is a bug-tracking tool that a software development team can use to plan, track, and work faster in an agile environment. TestRail is a test case management tool that the quality assurance team can use to manage test cases and can also be integrated into other tools used for collaborating. I will be setting up and integrating TestRail and Jira to fit into any development team. Please see how to force immediate MBAM Encryption, How to Integrate Jira Software with GitHub Cloud, and Jira: What is Jira re-indexing.

We shall be looking into how to easily link test cases in TestRail to Jira issues and push bug reports so that we can confirm that all user stories in Jira are being tested which supports traceability and coverage. 

A TestRail can be used to manage your Test Cases, Tests, Test Runs, and Test Plans while Jira Software manages your User Stories, Bugs, Epics, and Sprints. Continue reading this guide as I will be showing you How to integrate TestRail with Jira.

testrail-vs-jira

You can further read the Complete Guide on TestRail as a Test Management Tool, How to Integrate TestRail with Cypress, and How to install and use Burp Suite for Web Application Security Testing

Who benefits from this integration?

The Testers, Test lead, Test Managers, Product Managers, Developers and Tech Leads will benefit from the integration of TestRail to Jira.

How-to-integrate-TestRail-with-Jira-testrail-vs-jira

How to integrate TestRail with Jira

The TestRail integration with Jira is like a plugin that extends the functionality of your TestRail and Jira when it’s enabled. You can set up these two in a few minutes but there are just a couple of things that need to be done first.

1.   Admin Role

You must be an administrative user for both TestRail and Jira.

How-to-integrate-TestRail-with-Jira-administrator

2.   Create an API Token.

You must Create an API token in Jira. Navigate to manage-profile > security > api-tokens and click on Create API token.

How-to-integrate-TestRail-with-Jira-api-tokens

3.   Provide a Label name

Supply what you like as the desired label. Then, click on Create.

How-to-integrate-TestRail-with-Jira-create-an-API-Token

After Creating an API token in Jira, copy or save your token securely as you will need this to configure the integration. Afterwards, proceed with selecting Close.

your-new-api-token

4.  Configure your TestRail settings

Enter your Jira username, password, email address and the API Token generated earlier.

my-settings

Also, see how to install and configure JIRA on Linux, Turn off Automatic Updates in Windows via Windows Registry and Group Policy, and how to correctly disable BitLocker on Windows Server.

Configure User Variables for Jira

5.   What are User Variables?

Please note that if you set up your integration with a generic email and password, all bug reports and changes will also be created under the same generic user in Jira.

User variables allow TestRail users to use their own Jira account, instead of a generic account. They can securely enter their Jira login details in TestRail, making it easier to map users between both systems.

To add your Jira account, click on the drop-down icon beside the user’s name in the top right corner and then click on My Settings.

my-settings-2

You can also customize or configure user variables manually by navigating to the Administration area and clicking Integration.

Navigate to the USER VARIABLES tab. Then, click on the Add User Variable.

user-variable

Configuring the Username

Label: enter your Jira User
Description: “Your Jira Username”
System name: “jira_user”
Type: select String.

Optional: Under the Fallback box you can enter a generic name like “testrail” user you set up in Jira. This will be used for users who haven’t entered their Jira login details.

But if you don’t specify the Fallback, TestRail will show a message box asking users to enter their details before they can push bug reports.

Click on OK to save

add-user-variable

Configuring the Password

You have added the first variable. Now, let’s add the second variable by clicking on Add User Variable.

add-user-variable-password

Label: Jira Password.
Description: “Your Jira Password”
System name: “jira_password”
Type: select password.

How-to-integrate-TestRail-with-Jira-add-user-variable-password2

Please, make sure to click the Save settings button and also make sure the Password field type is selected.

This ensures that passwords are not displayed in plain text in TestRail’s user interface.

save-setting

Please, see Why Software KVMs such as Synergy is replacing Hardware KVMs, and Migrate Veeam One Database from SQL Server 2017 to 2025.

6.  Adding User variables in your Defect and Reference plugin configuration.

The next step is to add the user variables in your Defect and Reference plugin configuration. To do this, navigate to the Defects tab.

How-to-integrate-TestRail-with-Jira-defect-integration

In the plugin configuration box, specify the system name in percent characters, like %jira_user% and %jira_password% which we earlier set up.

defect-plugin

Navigate to the Reference tab and do the same configuration.

reference-plugin

7.  Install the TestRail App for Jira

In other to complete the integration between TestRail and Jira, Navigate to Apps > Explore more apps. On the Discover apps and integration page search for testrail and click on it.

discover-apps-and-integration

Click on Get app and after click on Configuration.

Get-App

Click on Get it now

get-it-now

Next click Add new Testrail Connection

testrail-configuration

Enter your TestRail Address, Click on the Generate key in TestRail and this will generate the Integration Key.

Select Show a login button option and you can decide to check the Enable the add-on box to apply the settings on all projects or you can select a specific project.

New-connection

To confirm the integration click on Generate Key.

Generate-key

Click Save to complete the setup. If all the settings are correct you will get this message “Successfully updated the TestRail add-on configuration”

add-new-testrail-connection

Also, see “how to set up Windows Admin Center on a Windows Server“, how to Upgrade Windows Admin Center Manually, and how to Install Windows Admin Center on Windows 10 and Windows 11.

8.  Enable JIRA Integration

Navigate to the Integrations page and click on the Configure Integration button.

configure-integration

Enter the JIRA Address, select your JIRA Version, enter your JIRA email and the API Token you generated earlier.

Click Enable JIRA Integration and click Save settings.

Enable-JIRA-Integration

9.  Adding References to Test Cases

After successfully integrating TestRail into Jira, you can start referencing your Test Cases to your Jira tickets.

Jira

All you need to do is to open your Test Case in TestRail and under the References box. You will enter the Jira Ticket number, in this instance TEC-2.

TestCase-Reference

When you put your cursor on the reference number. You will see the Jira Project the Test Case is linked to and when any details is changed on Jira you will always see the update on TestRail.

How-to-integrate-TestRail-with-Jira-references

10. Creating Test Cases from Jira

Open your Jira ticket and below the page click Open TestRail: Cases

How-to-integrate-TestRail-with-Jira-open-testrail-cases

Click Add Test Case

How-to-integrate-TestRail-with-Jira-add-test-case

This will redirect you to TestRail where you can Add the Test Case

How-to-integrate-TestRail-with-Jira-add-test-case-1

Please, see “how to Apply and Enable Automatic Windows Admin Center Update“. Here is “how to schedule and run update via Windows Admin Center“.

FAQs on how to integrate TestRail with Jira

How do I push defects from TestRail to Jira?

When the defect plugin has been configured. A new Push link is shown next to the Defects field in the Add Test Result dialog. When you click the link it will open a popup dialog that enables you to push a bug report to Jira without leaving TestRail environment.

How does TestRail work with Jira?

You can integrate TestRail with Jira and you can start linking test cases to user stories, epics, or any other kind of Jira issue to make it clear exactly which requirement is being tested. If multiple test cases cover the same user story. You can link all of them at once through the bulk editing test cases in TestRail.

I hope you found this blog post on how to integrate TestRail with Jira Interesting and helpful. In case you have any questions do not hesitate to ask in the comment section.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
JIRA|Confluence|Apps Tags:Microsoft Windows, Testing, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Turn off Automatic Updates in Windows via Windows Registry and Group Policy
Next Post: How to use the Program Compatibility Troubleshooter to Test Application Compatibility on Windows 11

Related Posts

  • banner
    How to Integrate Jira Software with GitHub Cloud JIRA|Confluence|Apps
  • office365family
    How to Cancel Office 365 Family Subscription JIRA|Confluence|Apps
  • Delete Slack Account
    How to delete your Slack account JIRA|Confluence|Apps
  • YouTubeComment456789
    How to hold comments for review on YouTube JIRA|Confluence|Apps
  • Screenshot 2020 05 16 at 17.13.18
    What is Jira re-indexing and why you should perform it JIRA|Confluence|Apps
  • mendeley
    Run Mendeley Reference Manager and Cite for Word on Windows JIRA|Confluence|Apps

More Related Articles

banner How to Integrate Jira Software with GitHub Cloud JIRA|Confluence|Apps
office365family How to Cancel Office 365 Family Subscription JIRA|Confluence|Apps
Delete Slack Account How to delete your Slack account JIRA|Confluence|Apps
YouTubeComment456789 How to hold comments for review on YouTube JIRA|Confluence|Apps
Screenshot 2020 05 16 at 17.13.18 What is Jira re-indexing and why you should perform it JIRA|Confluence|Apps
mendeley Run Mendeley Reference Manager and Cite for Word on Windows JIRA|Confluence|Apps

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • screenshot 2020 02 08 at 17.31.28
    How to perform Password Change with OWA Network | Monitoring
  • Disable Open File Security Warnings on Windows
    How to Disable Open File Security Warnings on Windows Security | Vulnerability Scans and Assessment
  • Microsoft Windows Windows 1
    How to specify a persistent default printer via the Windows Registry and PowerShell Windows
  • Screenshot 2020 05 14 at 17.47.09
    Configure OpenSSH Server: A Quick Guide Linux
  • ssh
    How to disable RC4 Cipher Algorithms support in SSH Server Linux
  • windows 10 technical preview windows 10 logo microsoft 97543 1920x1080
    Disable the sleep mode in Windows to never turn off the display Windows
  • How to setup a new computer without a Microsoft account
    How To Setup A New Computer Without A Microsoft Account on Windows 11 Windows
  • Stop teams from auto start
    Prevent Microsoft Teams from starting automatically on Windows Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.