Hi,
I need help in finding out the JIRA tickets with external reference (Testrail)
Issue:
We have JIRA tickets are mapped to corresponding test case in Testrail (we have integrated testrail in JIRA), Now we follow a criteria that if there are new issues we have to create a new test case correspondingly in testrail too and map the reference with JIRA ticket ID in testrail all works well and each JIRA ticket has listing the test added in testrail.
For tracking purpose we have to filter the JIRA tickets that are not linked/mapped to the corresponding test case in testrail, Need to know how to do that? We are planned to run those filter on weekly basis to track the JIRA tickets.
Please let me know how to proceed with this or is there any answered topic please point me to that.
Thanks in advance.
After a lot of back and forth with Testrail and searching through the Jira DB, it was settled that they do not in fact store ANY Testrail information in JIRA other than the TestRail instance URL. Thus no plugin or tool could possibly query Jira tickets for Tesrail information.
The Panel in the Jira ticket is just a window that pulls info from testRail.
They have now logged a Feature Request internally to support JIRA queries.
Hello,
I found this discussion as Im looking for the solution to this as well.
We have Jira Server which is integrated with testrail and we do use scriptrunner.
I've tried as many different variations on the use of the ' linkedIssuesOfRemote' I can think of and Im unable to get the returned issues I expect.
I have verified that the issues im trying to filter do contain linked testrail test case results specific to the issue but Im unable to get a working jql to find those issues.
Looking at the JSONs issues with linked testrail results I see nothing in the JSON referencing testrail so Im starting to think this won't work.
has anyone successfully used the ' linkedIssuesOfRemote' JQL function to filter Jira issues with linked test cases? If so would you be able to share the JQL you found to work?
Thanks in advance,
Greg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Greg, I am trying to perform this only. Did you get any solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue, and I reported to Testrail as well. There does not seem to be any reference in the Jiradb anywhere of a the testrail association. the plugin seems to be getting it's info from Testrail directly, thus no local search in JIRA possible to show or filter tickets with associated TestRail content.
The confusing thing here as that the Testrail data shown on Jira screen is not REALLY and external reference, thus no DB info to query against.
I hope others will help nudge Testrail team to enhance their integration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have had an issue close to that. Please have a look. Hope you will find it helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I checked the link and tried to do the same but I'm getting an error that says:
Field 'External references[Paragraph]' does not exist or you do not have permission to view it.
Were you able to find the solution?
Thanks,
Karen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are not using Scriptrunner. Is there any solution without script runner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are other add-ons that work with links, but this case is very specific and I don't know of one that quite meets it (ScriptRunner allows you to write code inside the application, so it can do it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- Thanks for the reply can you please let me know the other add-ons that work with links.?
we are on JIRA cloud server
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Suite Utilities, Misc Workflow Extensions and (possibly) Power Scripts
(I've not used that Power Scripts much, as I usually have access to ScriptRunner which is a lot more flexible, and I can't be bothered to learn yet another language)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
If you have Adaptivist Scriptrunner, you could use linkedIssuesOfRemote function. You can read more information here:
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_remote_issue_links
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems Testrail is not adding entries as remote links, so the query does not work for TestRail links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.