top of page

Questions & Answers

Public·51 members

Get test cycle execution api missed comments&attachments

When I call

/api/v1/project/{jiraProjectId}/testcycle/{testCycleId}/testcase

and /api/v1/project/{jiraProjectId}/testcycle/{testCycleId}/testrun the comments and attachments fields are missed.


{ "items": [ { "ID": 3927, "testCase": { "ID": 449, "jiraProjectID": 10143, "permission": { "value": 15 }, "key": "QLOPS-TC-10", "version": 2, "title": "karl task test case 2", "description": null, "precondition": null, "ownedByID": "712020:e16db66d-4a22-417f-8c87-969138b762e4", "folder": null, "status": { "ID": 11, "name": "Published", "description": "The test is ready for execution" }, "priority": null, "scriptType": { "ID": 5, "name": "Classic", "description": "Steps represented in default representation - step, data and expected results", "isEnabled": true }, "type": null, "jiraComponentID": null, "jiraComponentIDs": [], "jiraReleaseID": null, "jiraReleaseIDs": [], "estimatedEffort": null, "createdDate": 1735615271908, "updatedDate": 1736414949388, "isArchived": fa…


29 Views

Import Other Fields

Hi all. My team is fairly new to using AIO. We already have a decent amount of automated test cases using NUnit as our test runner. My current task is to figure out how to get those test cases imported into AIO. I found the documentation regarding import test results files and after a simple test with a small amount of cases, I was able to get it to work. However, after the import was done I noticed that not all fields from my test results file were imported into AIO. For example, take this test from our repository:


    [Test]
    [Category(TestCategory.ManageAppApi)]
    [Description("Verifies that a property with open violations that are updated to closed returns the correct counts for those items.")]
    public void Properties_UpdateOpenViolationsToClosed_Test()

As you can see, it has both the NUnit Description and Category attributes. I did a test run including this test. I then imported it into AIO.…

67 Views
Niharika
Niharika
Mar 25

Hello Bryan,


We had tried putting the Description like you had in our tests and generated the xml. The description still didn;t show up. Can you please let us know how are you generating the report file and the versions being used.


Regards,

Niharika

Scheduling report generation

Is it possible to schedule a report generation as well as the distribution of the generated report? In other test case management applications this is possible. Thanks

34 Views

Hi,

Yes it is possible. Please refer to the documentation link below


https://aiosupport.atlassian.net/wiki/spaces/AioTests/pages/2032992365/Scheduling+Reports


Move Test Cycles with execution history to new project

In AIO, how can I move the test cycles with execution history from one JIRA project to another?

34 Views

Thank you!

bottom of page