Content:
Table of Contents |
---|
...
PURPOSE:
Jira Legacy server System JiraJIRA serverId 01505d01-b853-3c2e-90f1-ee9b165564fc key MDEXP-281
Explore approaches for export inventory instances by using a file with .cql extension with CQL query content.
OPTIONS:
There are two options, how we can use CQL query to export records:
- Use the CQL to fetch all the record`s that match a query from inventory;
- Use Use the CQL to fetch all the record`s UUIDs, that match a query from inventory;
Use the CQL to fetch all the records that match a query from inventory:
Advantages:
- We don`t need to store a file with UUIDs while using this approach;
- Reduced calls to inventory;
...