The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
@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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.