Hi,
i would like to ask how can i access the fields inside the RTM panel to Jira?
I'm trying to create a report for the test executions and test cases but i could not extract the execution result to jira.
i've attached an image for the sample fields that i need to extract for Jira Reporting.
Hi @Francis John A Chua ,
Most of the fields are standard Jira fields which you can use in JQL search instead of "Result" which is saved as an Issue property.
I strongly suggest creating "Test Execution" and "Test Case Executions" reports which you can send to RTM Dashboard.
Hi,
Test Execution and Test Case Execution reports are exclusive to RTM and cannot be import to Jira for reporting. Is there any way to achieve this, to export this reporting to Jira? and you also mentioned Issue Property, which means can be access from Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Francis John A Chua ,
You can use Issue Property to search for issues by JQL. Here you have an example:
project = "TR" AND issue.property["result-status"].statusName= "To do"
Just put other results instead "To do".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
thank you on this. Much appreciated. Do you have documentation for the different Issue Properties? we believe RTM has different properties in compare with other plugins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.