Unlock the power of Prompt Generation with the CodeGen! Effortlessly leverage tailored, context-aware prompts for JIRA tasks. It empowers developers to fetch tasks assigned to them from Jira, and generate comprehensive prompts that include security guardrails, practices, etc. These prompts are further processed in GitHub Copilot to generate code.
Features
JIRA Integration:
Fetch and display JIRA issues and details in webview and TreeView panels. Filter by project, type, priority, and status.
Prompt Generation:
Generate strategic and context-aware prompts for AI agents (e.g., GitHub Copilot). Prompts are tailored using JIRA issue data and workspace context.
Configuration Panel:
Webview for entering and updating JIRA credentials and preferences. Validates connection and provides feedback.
Workspace Context Analysis:
Lists workspace folders and files, passing real context to AI for more relevant prompt generation.
Error Handling:
User-friendly error messages for API and configuration issues. Handles missing credentials, invalid input, and network errors.
Requirements
Visual Studio Code v1.106.1 or higher
JIRA account with API access
JIRA API token
(Optional) GitHub Copilot Agent Mode for prompt execution
Extension Settings
This extension contributes the following settings:
codegen.jiraUrl: JIRA base URL
codegen.jiraEmail: JIRA email/username
codegen.jiraApiToken: JIRA API token
codegen.promptMode: Strategic or context-aware prompt mode
Known Issues
JIRA connectivity issues may occur if credentials are invalid or network access is restricted.
Some advanced AI features require GitHub Copilot Agent Mode.
Large JIRA projects may result in slower issue fetching.
Release Notes
v1.0.2 (December 10th, 2025)
Interated Analytics for metrics
Enhances Search Engine Optimization
v1.0.0 (December 7th, 2025)
Transitioned AI prompt generation from OpenAI to GitHub Copilot for enhanced integration and performance within VS Code.
Prompts are now optimized for GitHub Copilot Agent Mode, enabling seamless code and documentation generation workflows.
Improved context-awareness and relevance in generated prompts by leveraging GitHub Copilot’s advanced capabilities.
Enhanced security and privacy by utilizing GitHub Copilot’s native VS Code integration for all prompt-related features.
v0.0.1 (July 10th, 2025)
Seamless JIRA authentication and secure credential storage
Browse, search, and filter JIRA issues directly within VS Code
View detailed issue information including summary, status, priority, and description
Generate AI-powered prompts tailored to your JIRA issues and workspace context
Intuitive webview UI for configuration and issue management
Extension Guidelines
Ensure that you've read through the Extension Guidelines and follow best practices for creating your extension.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.