You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have JIRA integrated into Testrail with the following setup:
Under Defect tab:
; Please configure your JIRA connection below.
;
; Note: requires JIRA Cloud. You can use the 'JIRA REST'
; for Server versions or 'JIRA SOAP' defect plugin
; for older versions.
[connection]
address=************************
email=%jira_email%
token=%jira_token%
[push.fields]
summary=on
project=on
issuetype=on
component=on
assignee=on
priority=on
affects_version=on
sprint=on
epic=on
fix_version=off
estimate=off
labels=off
environment=off
parent=off
linktype=off
links=off
description=on
attachments=on
[hover.fields]
status=on
summary=on
project=on
issuetype=on
component=off
assignee=on
priority=on
affects_version=off
sprint=on
epic=on
fix_version=off
estimate=off
labels=off
environment=off
parent=off
linktype=off
links=off
description=off
Under the References Tab:
; Please configure your JIRA connection below.
;
; Note: requires JIRA Cloud. You can use the 'JIRA REST'
; for Server versions or 'JIRA SOAP' defect plugin
; for older versions.
[connection]
address=************************
email=%jira_email%
token=%jira_token%
[hover.fields]
status=on
summary=on
project=on
issuetype=on
component=off
assignee=on
priority=on
affects_version=off
sprint=on
epic=on
fix_version=off
estimate=off
labels=off
environment=off
parent=off
linktype=off
links=off
description=off
In testrail, when I mouse over a defect link for a JIRA issue that has a sprint and an epic, the sprint and epic do not appear on the mouseover popup in testrail. I can't seem to figure out why.