Skip to content

Commit 6bf4ebb

Browse files
echarrodclaude
andauthored
feat: register jira preset in community catalog (#2224)
* feat: register jira preset in community catalog Adds luno/spec-kit-preset-jira — overrides speckit.taskstoissues to create Jira issues instead of GitHub Issues. See #2223 for context on why this is a preset rather than an extension. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: use immutable tag URL and sort jira preset alphabetically - Change download_url from heads/main to refs/tags/v1.0.0 for reproducible installs - Move jira entry to correct alphabetical position in presets object Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Ed Harrod <1381991+echarrod@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5a52b76 commit 6bf4ebb

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

presets/catalog.community.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-13T00:00:00Z",
3+
"updated_at": "2026-04-15T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"aide-in-place": {
@@ -141,7 +141,34 @@
141141
],
142142
"created_at": "2026-04-09T08:00:00Z",
143143
"updated_at": "2026-04-19T08:00:00Z"
144-
},
144+
},
145+
"jira": {
146+
"name": "Jira Issue Tracking",
147+
"id": "jira",
148+
"version": "1.0.0",
149+
"description": "Overrides speckit.taskstoissues to create Jira epics, stories, and tasks instead of GitHub Issues via Atlassian MCP tools.",
150+
"author": "luno",
151+
"repository": "https://github.com/luno/spec-kit-preset-jira",
152+
"download_url": "https://github.com/luno/spec-kit-preset-jira/archive/refs/tags/v1.0.0.zip",
153+
"homepage": "https://github.com/luno/spec-kit-preset-jira",
154+
"documentation": "https://github.com/luno/spec-kit-preset-jira/blob/main/README.md",
155+
"license": "MIT",
156+
"requires": {
157+
"speckit_version": ">=0.1.0"
158+
},
159+
"provides": {
160+
"templates": 0,
161+
"commands": 1
162+
},
163+
"tags": [
164+
"jira",
165+
"atlassian",
166+
"issue-tracking",
167+
"preset"
168+
],
169+
"created_at": "2026-04-15T00:00:00Z",
170+
"updated_at": "2026-04-15T00:00:00Z"
171+
},
145172
"multi-repo-branching": {
146173
"name": "Multi-Repo Branching",
147174
"id": "multi-repo-branching",

0 commit comments

Comments
 (0)