Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,698
Community Members
 
Community Events
185
Community Groups

Can't integrate Jira with TestRail plugin

Edited

Hello.

I have Jira-software server and then, i install TestRail plugin from atlassian market, but when i try to configure TestRail with button  "Add new testrail connection", the button doesn't active. It says "All Jira projects currently have connections to TestRail". Then I go check my project -> TestRail and all i can see is message "Your TestRail integration is not yet configured...."

How can i configure connection with testrail plugin?
I tried find solutions in other sources, but doesn't find any.

 

2 answers

@Chernov.IYu Found this and worked for me. I uninstalled the addon, deleted the rows mentioned and reinstalled the plugin and I was able to reconfigure correctly.


https://discuss.gurock.com/t/jira-add-on-unable-to-configure-a-new-testrail-connection/17516/8

Diego, if this does in fact work, IOU one beer of your choice!

Mine's worked. Had a trouble on searching for the ids using the sqlquery:

select * from propertyentry where property_key like ‘testrail%’;

So I used:

select * from propertyentry where property_key like ‘%testrail%’;

instead.

What were the rows? Link above doesn't work anymore
What should be deleted?

what database needs what rows removed?  The link to the gurock community no longer works, and I'm having this problem as well.

I have this exact same issue and have been trying to trouble shoot it for months to no avail, all I can think to do is to go into each project and remove and existing links to testrail and try again since uninstalling it does nothing.

"I uninstalled the addon, deleted the rows mentioned and reinstalled the plugin and I was able to reconfigure correctly." this one works for me in 2022 and on-premise jira. Order of action is important, just deleting rows don't work.

 

DataBase Explorer | Atlassian Marketplace used this one to get access to DB

@Danila Polevshchikov What were the rows? Link above doesn't work anymore
What should be deleted?

Suggest an answer

Log in or Sign up to answer