Skip to content

Commit 6fd97ec

Browse files
author
Andrius Tolvaišis
committed
Update README to document new JIRA integration features and enhanced dashboard capabilities
1 parent 8fc64b2 commit 6fd97ec

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ A Visual Studio Code extension that brings Sigrid findings directly into your ed
99
## ✅ Features
1010

1111
- **View Sigrid findings in VS Code** without leaving your editor
12-
- **Interactive dashboard** with filtering and navigation support
12+
- **Search and filter findings** directly within the Sigrid dashboard
13+
- **Interactive dashboard** with filtering, navigation, and table controls
1314
- **Deep link** from findings to the Sigrid web UI
1415
- **Configurable Sigrid instance URL** (supports self-hosted deployments)
16+
- **Create Jira issues** from selected findings (when JIRA settings are configured)
1517

1618
---
1719

@@ -52,7 +54,12 @@ This extension contributes the following settings:
5254
| `sigrid-vscode.apiKey` | Your Sigrid API Key. |
5355
| `sigrid-vscode.customer` | Your Sigrid Customer ID. |
5456
| `sigrid-vscode.system` | Your Sigrid System ID. |
57+
| `sigrid-vscode.subsystem` | Your Sigrid Subsystem ID (optional). |
5558
| `sigrid-vscode.sigridUrl` | The URL of your Sigrid instance (default: `https://sigrid-says.com`). |
59+
| `sigrid-vscode.jiraBaseUrl` | Your JIRA base URL (e.g. `https://jira.example.com`). |
60+
| `sigrid-vscode.jiraUser` | Your JIRA username or email address. |
61+
| `sigrid-vscode.jiraToken` | Your JIRA personal access token. |
62+
| `sigrid-vscode.jiraSpaceKey` | The JIRA space key to create issues in (e.g. `AAP`). |
5663

5764
---
5865

0 commit comments

Comments
 (0)