Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Content:

...

Table of Contents


PURPOSE:

Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMDEXP-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:

  1.  Use the CQL to  fetch all the record`s that match a query from inventory;
  2. 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:

  1. We don`t need to store a file with UUIDs while using this approach;
  2. Reduced calls to inventory;

...