Using the Jira Integration

Creating a Jira Issue from a Case

  1. Open a case from the Cases tab.
  2. In the Case Detail modal, click Create Jira Issue (Analyst role required).
  3. A Jira issue is created with the case title, severity, description, and a link back to the affected Confluence page.
  4. The issue key (e.g., SEC-42) appears as a clickable link in the case metadata.

Creating a Jira Issue from a Finding

  1. Open a finding from the Findings tab.
  2. In the Finding Detail modal action bar, click Create Jira Issue (Analyst role required).
  3. A Jira issue is created linked to the finding’s page.
  4. The issue key appears as a clickable link in the finding metadata row.

Syncing a Status Update to Jira

When a case’s status changes in Aegis, you can sync the update to Jira by clicking Sync to Jira in the Case Detail modal (Analyst role required). This calls updateJiraIssueForCase which updates the Jira issue’s status field.

Viewing Jira Issue Status from Within Aegis

After linking, the Case Detail modal shows the current Jira issue status (e.g., “In Progress”, “Done”) by calling getJiraIssueStatus. This provides a live read of the Jira state without leaving Aegis.