Skip to content

dtunai/ContextJira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContextJira

ContextJira

Chrome Extension — AI-Native Context Selection for Jira
Extract structured Markdown from any Jira issue — ready to paste into Claude, ChatGPT, or any LLM.

Manifest V3 MIT License Version


ContextJira Panel

What It Does

ContextJira sits on any Jira page and extracts issue data into clean, structured Markdown that LLMs can actually use. No more copy-pasting fragments or losing formatting.

One click gives you:

  • Issue title, key, and full metadata (type, status, priority, assignee, reporter, sprint, story points, epic)
  • Description with proper Markdown (headings, lists, code blocks, tables, links, images)
  • Comments with authors and timestamps
  • Linked issues with relationship types
  • Attachment inventory with download links
  • Checklist / acceptance criteria preservation

Install

  1. Clone or download this repo
  2. Open chrome://extensions in Chrome (or any Chromium browser)
  3. Enable Developer mode (top right)
  4. Click Load unpacked and select this folder
  5. Navigate to any Jira issue — the trigger button appears automatically

Usage

Action How
Open panel Click the floating button (bottom-right) or press Ctrl+Shift+J (Mac) / Ctrl+Shift+K (Windows/Linux)
Copy full context Click "Copy Full Context as Markdown"
Copy title only Click Title
Copy description only Click Description
Copy metadata only Click Metadata
Toggle sections Check/uncheck sections under Include Sections
Preview output Click Show under Markdown Preview
Download attachments Individual or batch download with optional subfolder

Output Format

# PROJ-123: Fix login redirect loop

## Metadata

- **Type:** Bug
- **Status:** In Progress
- **Priority:** High
- **Assignee:** Jane Doe
- **Reporter:** John Smith
- **Sprint:** Sprint 24
- **Story Points:** 3

## Description

Users are experiencing an infinite redirect loop when...

## Comments

### Jane Doe (2025-12-15T10:30:00Z)

Investigated — the issue is in the OAuth callback handler...

## Attachments

- screenshot.png
- error-log.txt

Compatibility

  • Jira Cloud (Atlassian Cloud) — full support
  • Jira Server / Data Center — supported via fallback selectors
  • Browsers: Chrome, Edge, Brave, Arc, and any Chromium-based browser (Manifest V3)

Project Structure

ContextJira/
├── manifest.json      # Extension manifest (v3)
├── detector.js        # Lightweight Jira page detector
├── content.js         # Core extraction + panel UI
├── content.css        # Panel styling
├── background.js      # Service worker (injection + downloads)
├── popup.html         # Extension popup
├── popup.js           # Popup logic
└── icons/             # Extension icons

License

MIT

About

Chrome Extension for extracting AI-ready Markdown from Jira Cloud & Server. Copy issue context — metadata, descriptions, comments, linked issues, attachments. Built for Claude, ChatGPT, Copilot and any LLM workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors