Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Jira Test Status CheckerNew to Visual Studio Code? Get it now.
Jira Test Status Checker

Jira Test Status Checker

Gs1905

|
4 installs
| (0) | Free
Helps track Jira tests by their status and find corresponding files in your codebase
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jira Deprecated Tests

This VS Code extension helps identify deprecated tests in Jira by checking test statuses.

Features

  • Checks Jira for recently deprecated tests
  • Searches your codebase for test keys
  • Displays results in a clean, organized table
  • Highlights tests that exist in your codebase but are marked as deprecated in Jira

Configuration

Before using the extension, you need to configure your Jira credentials:

  1. Open VSCode Settings (File > Preferences > Settings)
  2. Search for "Jira Deprecated Tests"
  3. Configure the following settings:
    • jiraTestStatusChecker.host: Your Jira host URL (e.g., https://your-domain.atlassian.net)
    • jiraTestStatusChecker.username: Your Jira username or email
    • jiraTestStatusChecker.password: Your Jira API token or
    • jiraTestStatusChecker.project: Your Jira Project Name to filter

Usage

  1. Open your test project in VSCode
  2. Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac)
  3. Type "Check Jira Deprecated Tests" and select the command
  4. The extension will:
    • Connect to Jira and fetch recently deprecated tests
    • Search your codebase for matching test keys
    • Display results in a new panel

Requirements

  • VSCode 1.60.0 or higher
  • Node.js 14.0.0 or higher
  • Jira account with appropriate permissions
  • Test files containing Jira test keys

Security Note

Your Jira credentials are stored securely in VSCode's settings. However, it's recommended to use an API token instead of your password for better security.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft