Hello,
I am trying to gather JSON raw data from our Jira server using Rest API. Currently, I am using the following base URL:
https://jira.edge-core.com:xxxx/rest/api/2/search
I can retrieve JSON data from queries such as "project=SW-ECS5520-EC AND issueType=Bug", where the desired fields are the following:
'Issue Type, 'Key', 'Summary', 'Assignee', 'Reporter', 'Priority', 'Status', 'Created', 'Updated', 'Version', 'Fix Version'
However, I am trying to get information about test case execution and test cycle results, such as the following:
Jira.Project, Execution.Assigned To, Execution.Executed By, Execution.Type, Execution.Planned Start Date, Execution.Planned End Date, Execution.Actual Start Date, Execution.Actual End Date, Execution.Actual, Execution.Estimated, Execution.Result, Execution.Environment, Execution.Version, Execution.Iteration, Execution.Linked Issues, Execution.Count of Linked Issues, Execution.Remark, Test Cycle.Key, Test Cycle.Name, Test Cycle.Description, Test Cycle.Folder, Test Cycle.Status, Test Cycle.Version, Test Cycle.Iteration, Test Cycle.Owner, Test Cycle.Planned Start Date, Test Cycle.Planned End Date, Test Cycle.Project Name, Test Cycle.HW Version, Test Cycle.SW Version, Test Cycle.BootLoader Version, Test Case.Key, Test Case.Name, Test Case.Component, Test Case.Owner, Test Case.Created By, Test Case.Created On, Test Case.Version, Test Case.Estimated, Test Case.Objective, Test Case.Precondition, Test Case.Status, Test Case.Folder, Test Case.Labels, Test Case.Priority, Test Case.Traceability.Issue, Test Case.Traceability.Weblink, Test Case.Traceability.Confluence, Test Case.TC_ID
Could someone help point me in the direction for how to query these information? I think these are from TM4J, so what would be the base URL and node?
Thanks for your time.
Sincerely,
Michael