Understand Application Services and Component

After installation, three different containers are spun up on your machine.

Jira Connector Services

Let's see what the newly spun up containerized services are capable of.

Qualys Client service:

Qualys Client Service brings data from Qualys platform and transforms the data into JSON periodically. These files are placed in the output directory of the mounted Jira Connector volume.

Jira Client Service:

  1. Based on your Jira Instance type, the Jira Client performs the following actions:
    • Jira onCloud: Create custom issue types and custom fields into your Jira instance with respect to your preferred ticketing scheme.
    • Jira onPremise: Begins fetching issue types and custom field information from your Jira Instance.

      The above actions are a one-time task for the Jira Client Service.

  2. Next, the Jira Client reads the JSON files in the output directory of the mounted Jira connector volume to create, update or transition tickets into your Jira Instance. 

Redis Client Service:

The Redis client container runs the Redis Database where the KnowledgeBase data is stored.

From v1.3.0 onwards, the Redis Client also stores the ticket metadata.

Application Service Configuration

Now that you know what the installed services do, let's look at the configurations required for the services to perform the above actions.

Now that your Jira Connector is up and running with all the necessary files, let's check the available Configurations for Ticketing Schemes and the Config JSON file.

Related Topic

Configurations