Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 143,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 55871,
"HTML": 40609,
"Just": 156,
"Shell": 2031,
"Dockerfile": 317
},
"pushed_at": "2026-07-20T10:42:51Z",
"created_at": "2025-09-14T06:05:59Z",
"owner_type": "User",
"updated_at": "2026-07-20T10:43:30Z",
"description": "A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"HTML"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "hdbrzgr",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/232155146?v=4",
"created_at": "2025-09-14T06:05:45Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 317
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-07-20T10:40:06Z"
},
{
"tag": "v1",
"kind": "other",
"published_at": "2025-09-14T07:54:52Z"
}
],
"recent_commits": [
{
"oid": "24277c2a814b97c636dce709ad15cdd86596ae2d",
"body": "Adds a workflow that builds and uploads cross-platform binaries whenever\na GitHub release is published, so manual releases get binaries too.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: attach linux/amd64 and darwin/arm64 binaries on release",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:42:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9da0ac13e22730725b70bf26cea48d73e6a3789c",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add v2.2.0 changelog entry",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:39:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "728446f73019d8c9a8fbe66e7e6638387b869a98",
"body": "- Replace the stale \"20+ tools\" claims (sprint/worklog/history were never\n enabled) with the accurate 14-tool table.\n- Document all env vars including PROXY_URL and JIRA_INSECURE_TLS, both\n auth methods, stdio + HTTP config, and a Security section.\n- Add a Roadmap for the disabled tools and a real .env.example.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: overhaul README for v2.2.0 and add .env.example",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:36:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a0c1935bd8222e13eabce30f29d76b110f687eab",
"body": "Bump advertised MCP server version (was a stale 1.0.1) to match the\nv2.2.0 release: file attachments, issue linking, search pagination,\nproject/user listing, plus the API error-handling and TLS/proxy fixes.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release v2.2.0",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:33:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3623cff62ed4ca5b9e0bf23fb92147305b1362f2",
"body": "- list_projects: list all Jira projects visible to the caller (key,\n name, ID, type).\n- list_users: search users by name/username/email with a max_results\n cap. Sends both the Cloud (query) and Server/DC (username) search\n params so the same tool works across Jira deployments.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add list_projects and list_users tools",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:27:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "07aab39cf4326644a4bfc09fadc0683c9fab4ca2",
"body": "…types\n\n- New link_issues and list_link_types tools to create and inspect issue\n relationships; create_child_issue already pointed users at this flow.\n- search_issue gains max_results/start_at paging plus a total-count\n footer, instead of silently capping results at 30.\n- list_issue_types now queries createmeta scoped to the given project_key\n rather than returning the instance-wide issue-type list.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add issue linking, search pagination, and project-scoped issue …",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:25:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2f0c12d4b1e4cd0f7ea733eecdb7775b6b5505dd",
"body": "- New upload_attachment tool: attach a local file to a Jira issue, with\n path/size validation (missing file, directory, 50MB cap) before the\n upload; go-jira handles the multipart body and XSRF header.\n- Surface existing attachments in get_issue / search_issue output.\n- Add the repo's first unit test (resolveAttachment validation).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: attach files to issues (upload_attachment)",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:25:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e873f00bf2990dd3d4bfc6ce89ca5a58079ddd3",
"body": "- Guard against a nil *jira.Response when reading the error body in the\n issue handlers (go-jira returns a nil response on transport failures)\n and close the body via a shared apiError() helper; previously any\n network error panicked instead of surfacing.\n- Wire PROXY_URL into the Jira client (it\n[…]\n fix a data race under concurrent tool calls.\n- De-duplicate Epic Link discovery (setEpicLink) and remove the unused\n FormatJiraIssueCompact.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: harden Jira API error handling, TLS/proxy, and field-ID caching",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-07-20T10:24:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5acfb6c63e5c7ba32fe6ca9012b2188ac2471c09",
"body": "… customfield_10104\n\nThe Epic Name custom field ID varies per Jira instance; the hard-coded\ncustomfield_10104 fails on servers where it differs (e.g. customfield_10004),\nreturning 'Field cannot be set. It is not on the appropriate screen, or\nunknown.' Add util.DiscoverEpicNameFieldID, which resolves\n[…]\ncom.pyxis.greenhopper.jira:gh-epic-label) — mirroring the\nexisting DiscoverEpicLinkFieldID — and use it in JiraCreateIssueHandler.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(epic): discover Epic Name field dynamically instead of hard-coded…",
"author_name": "Hadi",
"author_login": "hadibarzegar",
"committed_at": "2026-06-23T16:38:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d424f26f0312fed46db86e168b5c9b6370ae6b5c",
"body": "…pport\n\n- Updated the description fields in the Jira comment and issue registration functions to indicate support for Wiki Markup formatting.\n- Improved clarity in the API documentation for adding comments and creating issues, enhancing user experience.\n\nThis enhancement allows users to utilize Wiki Markup formatting in their comments and issue descriptions, improving the richness of the content they can provide.",
"is_bot": false,
"headline": "feat: enhance Jira comment and issue descriptions with Wiki Markup su…",
"author_name": "hdbar",
"author_login": "hdbar",
"committed_at": "2025-09-24T16:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e346b2ce3a9b7d6781976948477ce519a566f6ee",
"body": "- Added optional 'reporter' and 'epic_link' fields to CreateIssueInput, CreateChildIssueInput, and UpdateIssueInput structures.\n- Updated the Jira issue registration functions to include new parameters with appropriate descriptions.\n- Implemented logic in issue creation and update handlers to proces\n[…]\noving clarity for users interacting with the API.\n\nThis feature improves the Jira integration by allowing users to specify a reporter and link issues to epics, enhancing issue management capabilities.",
"is_bot": false,
"headline": "feat: enhance Jira issue handling with reporter and epic link support",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-21T05:55:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1746b5418ee7cbe8f134f1ae8426bbcea56d9931",
"body": "- Introduced an optional 'epic_name' field in CreateIssueInput and updated related handlers to support Epic issue types.\n- Enhanced the registration of Jira issue tools to include the new 'epic_name' parameter with appropriate descriptions.\n- Updated OpenAPI documentation and example requests to ref\n[…]\nving clarity for users creating Epic issues.\n\nThis feature enhances the Jira integration by allowing users to specify an epic name when creating Epic issues, defaulting to the summary if not provided.",
"is_bot": false,
"headline": "feat: add epic name support for Jira issue creation",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-20T05:23:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7ae7d333fae6ba61cced9163e37235baddffdb5",
"body": "- Implemented a custom HTTP server with CORS middleware to allow cross-origin requests.\n- Updated the MCP server initialization to support stateless mode for easier testing.\n- Added a new `corsMiddleware` function to handle CORS headers and preflight requests.\n\nThis enhancement improves the testing experience for the UI by enabling cross-origin resource sharing.",
"is_bot": false,
"headline": "feat: add CORS support to HTTP server for testing UI",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-20T05:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a4a9189fa38ebf4503d87630f823f6a609ce9b",
"body": "- Updated handler function names for consistency by capitalizing the first letter in jira_comment.go, jira_issue.go, jira_search.go, and jira_transition.go.\n- Ensured that all tool registrations reference the updated handler names, improving code readability and maintainability.\n\nThis refactor aligns with Go naming conventions and enhances the clarity of the Jira tool implementations.",
"is_bot": false,
"headline": "refactor: standardize handler function names for Jira tools",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-20T04:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6f7c6f27937188e2f5fe348ccb30edc1081d83",
"body": "…etails\n\n- Changed the recommended installation method from Docker to downloading the binary.\n- Updated GitHub repository links to reflect the new ownership.\n- Revised configuration examples for both binary and Docker users to improve clarity.\n- Adjusted steps for testing credentials to focus on binary usage.\n\nThis update enhances the documentation for better user guidance and aligns with recent changes in the project structure.",
"is_bot": false,
"headline": "refactor: update README installation instructions and configuration d…",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-16T08:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a67e7f0ac3e850050325dda7d01cb95cdc20c623",
"body": "- Reintroduced the import statements for mcp and server packages in jira_search.go.\n- Ensures compatibility with the updated project structure following recent refactors.\n\nThis change maintains consistency in the import paths across the Jira tools.",
"is_bot": false,
"headline": "fix: restore import paths for Jira tools",
"author_name": "hdbar",
"author_login": "hdbar",
"committed_at": "2025-09-15T16:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "328fd4890a371914af890e1f9b7cb7188efaebc3",
"body": "- Updated go.mod to use github.com/hdbrzgr/jira-mcp/v2\n- Updated all import statements to use /v2 path\n- Enables proper go install with v2.x.x tags",
"is_bot": false,
"headline": "fix: update import paths for v2 module compatibility",
"author_name": "hdbar",
"author_login": "hdbar",
"committed_at": "2025-09-15T16:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0432ac42f0a99dd7578d1b6c99255802013d60ff",
"body": "- Replaced references to the old Jira tools package with the new package path from hdbrzgr.\n- Ensured consistency across all relevant files by updating import statements in main.go, jira_comment.go, jira_issue.go, jira_search.go, and jira_transition.go.\n\nThis refactor improves code maintainability and aligns with the latest project structure.",
"is_bot": false,
"headline": "refactor: update import paths for Jira tools",
"author_name": "hdbar",
"author_login": "hdbar",
"committed_at": "2025-09-15T16:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e1b8cc8afc1e7cb0fe5f001ca88d1de6ddd650",
"body": null,
"is_bot": false,
"headline": "fix: revert go.mod module path for v2.0.0 compatibility",
"author_name": "hdbar",
"author_login": "hdbar",
"committed_at": "2025-09-15T16:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f2869c39cfca812b52a72d3edb92f8d208a3020",
"body": "…le checks\n\n- Updated the main application to support both Personal Access Token (PAT) and username/password authentication methods for Jira.\n- Improved environment variable checks to ensure required variables are set and provide clearer error messages.\n- Enhanced setup instructions to guide users o\n[…]\nthConfig type for better clarity and maintainability.\n\nThis refactor improves the flexibility and usability of the Jira integration, accommodating different authentication methods based on user needs.",
"is_bot": false,
"headline": "refactor: enhance Jira authentication handling and environment variab…",
"author_name": "hdbar",
"author_login": "hdbar",
"committed_at": "2025-09-15T15:59:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "362eb4b797c495ede79046cf2a367c5720598378",
"body": "- Replaced the go-atlassian library with andygrunwald/go-jira for Jira API interactions.\n- Updated all relevant import paths and method calls to align with the new library's structure.\n- Removed deprecated tools and functionalities that are no longer supported in the new library.\n- Adjusted issue ha\n[…]\nling, comment management, and authentication methods to fit the new API specifications.\n\nThis migration enhances compatibility with the latest Jira API and improves the overall integration experience.",
"is_bot": false,
"headline": "refactor: migrate from go-atlassian to andygrunwald/go-jira",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-15T08:26:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed254ea5735a35b98d7f8ccd9f993115e9cab050",
"body": "- Introduced an optional 'assignee' field in CreateIssueInput, CreateChildIssueInput, and UpdateIssueInput structs.\n- Updated the registration of Jira issue tools to include the new 'assignee' parameter with appropriate descriptions.\n- Enhanced issue creation and update handlers to support assigning issues to specified users.\n\nThis addition improves the functionality of the Jira integration by allowing users to assign issues directly upon creation or update.",
"is_bot": false,
"headline": "feat: add assignee field to Jira issue creation and update inputs",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-14T07:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3293b2fcba59f98cceb64b6e7a3b70b62e2ebba",
"body": "…tegration\n\n- Changed required environment variables from ATLASSIAN_HOST, ATLASSIAN_EMAIL, and ATLASSIAN_TOKEN to JIRA_HOST and JIRA_PAT.\n- Updated setup instructions in README to reflect changes for local Jira 10.3.2 instance.\n- Modified authentication methods in services to use Personal Access Tok\n[…]\nf API token.\n- Adjusted models and payloads to align with the new Jira API v2 specifications.\n\nThis update enhances the integration with local Jira instances and improves the overall setup experience.",
"is_bot": false,
"headline": "refactor: update environment variables and authentication for Jira in…",
"author_name": "hdbrzgr-cell",
"author_login": "hdbrzgr",
"committed_at": "2025-09-14T06:37:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09517dcfcb10b42393fc4e7ca619efcf4d9ecc43",
"body": "…-main\n\nchore(main): release 1.12.0",
"is_bot": false,
"headline": "Merge pull request #32 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-09-08T07:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57f6ed7b276db3eb0b53e5ea13e3908686de575",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.12.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-09-08T03:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6560750ac0f4d37b5cc2fdf004d15932b4346b",
"body": "- Update import from go-atlassian/jira/v2 to v3\n- Migrate model types from V2 to V3 schemas\n- Update comment payload structure to use CommentNodeScheme\n- Convert description fields to use structured content format\n- Update worklog and transition payloads for v3 compatibility\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: upgrade to Jira API v3",
"author_name": "nguyenvanduocit",
"author_login": "nguyenvanduocit",
"committed_at": "2025-09-08T03:22:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "00978837119e5d14d68e74fdc0f31ae3956f4220",
"body": "…ra-mcp\n\nFix missing protocol in ATLASSIAN_HOST examples",
"is_bot": false,
"headline": "Merge pull request #28 from nguyenvanduocit/codex/fix-issue-#27-in-ji…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-07-08T10:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abbb142717f9ec05dc56dac61ef223477febdd4a",
"body": null,
"is_bot": false,
"headline": "docs: add https protocol to ATLASSIAN_HOST",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-07-08T10:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d701273f0da49c4e0eb815716322b644e805f9",
"body": "…thi-t-5a1e\n\nVẽ các diagram cần thiết",
"is_bot": false,
"headline": "Merge pull request #26 from nguyenvanduocit/cursor/v-c-c-diagram-c-n-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-07-03T17:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6cd46012ba58f7c6f83aa20d92b9629d6d12fd",
"body": "Co-authored-by: duocnv <duocnv@firegroup.io>",
"is_bot": false,
"headline": "Add comprehensive system diagrams for Jira MCP Connector architecture",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2025-07-03T17:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "639027b9494d384028a067d449762b83c8cce4ee",
"body": "…tion-for-public-apis-7e61\n\nGenerate documentation for public APIs",
"is_bot": false,
"headline": "Merge pull request #25 from nguyenvanduocit/cursor/generate-documenta…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-07-03T17:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae73116340c1d554358a8d1470383604a1b3ec8",
"body": "Co-authored-by: duocnv <duocnv@firegroup.io>",
"is_bot": false,
"headline": "Create comprehensive documentation index for Jira MCP Connector project",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2025-07-03T17:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc7ca3954c03461c35f8ab20b3ec83c91d93b4b",
"body": null,
"is_bot": false,
"headline": "Changes from background composer bc-80c03e2d-6a50-4524-b154-dc9158e63756",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2025-07-03T17:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "986d4906b17fccd56e50d0f6532994c954d70cd4",
"body": "…-main\n\nchore(main): release 1.11.0",
"is_bot": false,
"headline": "Merge pull request #24 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-12T03:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17660b27233b66578b65fe8edb068d2db91cd817",
"body": null,
"is_bot": false,
"headline": "chore: update doc",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-11T18:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0583baf22cdfc7f4ce7de78991dfdf55e04fd7fa",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.11.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-11T18:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a67657a9649b53ec02a5b2a4eb0789810bc7b372",
"body": null,
"is_bot": false,
"headline": "feat: support streamable http",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-11T18:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "682eb543a5d93800b0ac389e2f5aa31eef220cab",
"body": null,
"is_bot": false,
"headline": "docs: update diagrams",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-11T14:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f36bb2e27b592324d12722df35fea39a10dd206f",
"body": "…-main\n\nchore(main): release 1.10.0",
"is_bot": false,
"headline": "Merge pull request #23 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-11T03:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067bfca47f3aa7718a1d0a275832c1b91b413dc8",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.10.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-11T03:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d378f7510fb21b8f4fd3ee677d3a1cf54c2ad025",
"body": null,
"is_bot": false,
"headline": "feat: update foỏmat of sprint",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-06-11T03:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e508dc70165199457a4b3477c9268f9ba9be67",
"body": "…connector",
"is_bot": false,
"headline": "docs: expand README with detailed features and advantages of the MCP …",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-07T13:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41eea114dfdeb8b5a940a582c32c4f495d8fd97f",
"body": "…-main\n\nchore(main): release 1.9.0",
"is_bot": false,
"headline": "Merge pull request #22 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-06T16:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2224588d01b0cdfafba8789ee0dc8a074cc2186",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.9.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-06T16:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30953192ce5e88d4940fea09f7a2331ae2516b54",
"body": "feat: add get_active_sprint tool",
"is_bot": false,
"headline": "Merge pull request #19 from nguyenvanduocit/codex/improve-usefulness",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-06T16:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f31cac4701ef0e88e2c2b73cc950770c6b5cda02",
"body": "…roject_key support\n\nUpdated the list_sprints and get_active_sprint tools to accept either board_id or project_key as parameters, improving flexibility. Added a helper function to retrieve board IDs based on the provided arguments. Enhanced error handling and response formatting for better user experience.",
"is_bot": false,
"headline": "feat(sprint): enhance list_sprints and get_active_sprint tools with p…",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-06T16:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89724b26b7e9c19dfc16d1c8d81455801145fb27",
"body": null,
"is_bot": false,
"headline": "feat(sprint): add get_active_sprint tool",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-06T02:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2b375635f9d989615451b3de0d04cc230c7d4dd",
"body": "…section\n\nUpdate Development section",
"is_bot": false,
"headline": "Merge pull request #18 from nguyenvanduocit/codex/update-development-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-05T10:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e110e406b1d01a7afa087bf0a1068856d787e216",
"body": null,
"is_bot": false,
"headline": "docs: expand development section",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-05T10:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649760f54411daffc6556e5f8b6391bf866f7511",
"body": "…-main\n\nchore(main): release 1.8.0",
"is_bot": false,
"headline": "Merge pull request #17 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-05T10:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e12ff621034a1caec40899f9f7c391974ca9635",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.8.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-05T10:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2702a8962838ff1e2bb7d2ddb938a3bb3eb57a18",
"body": null,
"is_bot": false,
"headline": "docs: update rules",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-06-05T10:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40fef1dcaa4ef0ed7833cd6db24e3e31c0a35f73",
"body": "Add support for customizable fields and expand parameters in get_issue and search_issue tools. This allows users to specify exactly which fields they want to retrieve and expand, improving performance and reducing unnecessary data transfer.\n\nChanges: - Add fields and expand parameters to get_issue a\n[…]\nlity functions - Update .gitignore to exclude binary files\n\nThe new parameters provide backward compatibility with sensible defaults while enabling more targeted data retrieval for specific use cases.",
"is_bot": false,
"headline": "feat(tools): enhance issue tools with flexible field selection",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-06-05T10:28:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d110801a211879d9125db76824a84f613bd4623a",
"body": "…-main\n\nchore(main): release 1.7.0",
"is_bot": false,
"headline": "Merge pull request #15 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-05T10:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64acce8890862202e1a1198542f7592f4f400820",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.7.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-05T10:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b693de1a24ad476bfa6deeba8955abbffa4d0b",
"body": "…github\n\nFix get_comments returns only first comment",
"is_bot": false,
"headline": "Merge pull request #16 from nguyenvanduocit/codex/check-issue-#14-on-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-05T10:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7cfae5e459fd50b3a62f80223bddfc659a5453b",
"body": null,
"is_bot": false,
"headline": "fix: retrieve all issue comments",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-06-05T10:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e9902c464430ffc759124792fe0907697d80fab",
"body": "…timate",
"is_bot": false,
"headline": "feat(jira): enhance issue retrieval with changelog and story point es…",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-06-05T09:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870f1f0cb9c5b6140f18c43f015cf041b2cadd29",
"body": "…-main\n\nchore(main): release 1.6.0",
"is_bot": false,
"headline": "Merge pull request #13 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-05-06T07:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae3664a68de0d1c947e0e10900e881185e18cf84",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.6.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-05-06T07:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2a85c42c8594240e8718524ac0082acf1b7db7",
"body": null,
"is_bot": false,
"headline": "feat: bump version",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-05-06T07:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b8e60dd2469cc62a8564ab48c74d946246e5bc",
"body": "…-main\n\nchore(main): release 1.5.0",
"is_bot": false,
"headline": "Merge pull request #12 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-18T06:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09a5925a9c0eb55ff4793f7279b98c494cc914e2",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.5.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-04-18T06:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6756a1c79ed0692aeac9d12287fd92ef6bc5f1c2",
"body": "…print",
"is_bot": false,
"headline": "feat(sprint): add get_sprint tool to retrieve details of a specific s…",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-04-18T06:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f939b629e764d4fe470f6954cc0d281eccde913f",
"body": "Add Docker image publishing to GitHub Container Registry in the release workflow. Update README with instructions for pulling pre-built images. Update Docker configuration in Cursor setup instructions.",
"is_bot": false,
"headline": "feat(docker): add GitHub Container Registry support",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-04-18T06:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faf7d0546222b4577fe56b602cfb36d186c5b986",
"body": "…-main\n\nchore(main): release 1.4.0",
"is_bot": false,
"headline": "Merge pull request #11 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-18T06:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa8adf863175ce8fd2af2948868dd762e2b7ac0",
"body": "Improve feature descriptions and clarify installation requirements and steps in the README.",
"is_bot": false,
"headline": "docs(readme): update features and installation instructions",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-04-18T06:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2da447a7a1319754f9f71243d5f0b28d78358b3b",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.4.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-04-18T06:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02279ead729b7a9bd6e78d6ed7903931d39c1580",
"body": "- Remove 'jira_' prefix from all tool names for cleaner API\n\n- Add 'create_child_issue' tool for creating subtasks\n\n- Add 'link_issues' tool for creating relationships between issues\n\n- Update handler function names to match tool names",
"is_bot": false,
"headline": "feat(tools): simplify tool naming and add issue relationship features",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-04-18T06:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da88b141bdfea28a469a7e8c92462ccacdc05c4d",
"body": "…-main\n\nchore(main): release 1.3.0",
"is_bot": false,
"headline": "Merge pull request #10 from nguyenvanduocit/release-please--branches-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-17T06:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac9198d8c311f8e447b041eda67ae2bb3ba73320",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.3.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-04-17T06:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc44bd4384775260bf8ea7a0373c89d7053b6450",
"body": "- Add IsContextCanceled utility function for error handling\\n- Register new Jira history and relationship tools\\n- Improve error handling for context cancellation",
"is_bot": false,
"headline": "feat(jira): add issue history and relationship tools",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-04-17T06:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f6631321f602ac7b97521ea5e5bbd555d2a650",
"body": "…main\n\nchore(main): release 1.2.0",
"is_bot": false,
"headline": "Merge pull request #9 from nguyenvanduocit/release-please--branches--…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-15T06:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb3a404a95658c99d7657e6af5d8794b9ee2d09",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.2.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-04-15T06:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "979cd459663c0004c566cda658efbf9fca50bf52",
"body": "…-build-and-run\n\nfeat(docker): add Docker support with build and run instructions",
"is_bot": false,
"headline": "Merge pull request #8 from tranhuywin/feature/add-docker-support-with…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-15T06:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078062ed7ba2686483a9df4c6000462d5b4fed3a",
"body": null,
"is_bot": false,
"headline": "feat(docker): add Docker support with build and run instructions",
"author_name": "win-tran-covergo",
"author_login": "win-tran-covergo",
"committed_at": "2025-04-12T07:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec3855c44f46fe75385c072a06bba1f145d1a24",
"body": null,
"is_bot": false,
"headline": "refactor(api): remove unnecessary timeout contexts from Jira tools",
"author_name": "Được Nguyễn Văn",
"author_login": "duocnv-firegroup",
"committed_at": "2025-04-09T04:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f33ec15736bfb1229dda4bf4ab71859b86a6c2",
"body": "…ove jira.go file",
"is_bot": false,
"headline": "refactor(jira): consolidate Jira tool registration in main.go and rem…",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-05T16:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17a182adfe05a2d9094805de71098ed31ea127c5",
"body": "…main\n\nchore(main): release 1.1.0",
"is_bot": false,
"headline": "Merge pull request #7 from nguyenvanduocit/release-please--branches--…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T17:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54ba2f345bb6398e440f3e68880a7e79324c233",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.1.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-04-04T17:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ea85767653ea5de4f20beb6585d9f694696a9a",
"body": null,
"is_bot": false,
"headline": "feat(jira): add worklog functionality",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T17:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03bb058f9d303f037153a1a34931558339ef5cc",
"body": "…main\n\nchore(main): release 1.0.1",
"is_bot": false,
"headline": "Merge pull request #6 from nguyenvanduocit/release-please--branches--…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T17:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d1c47c89b665f8847d1bf79dfefb376499584c",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.0.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-04-04T15:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbce9b9a6f7ddca03be5a370d2d028769ca7683",
"body": null,
"is_bot": false,
"headline": "chore(core): add .cursor/ directory to gitignore",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T15:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12798ee285f0b8d5c70689db87fa60b74e72376d",
"body": null,
"is_bot": false,
"headline": "fix(api): update Jira comment API implementation",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T15:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41a644360fa17296c8924b5f2c6c928ffc5fbd21",
"body": "…jira-tools\n\nRefactor Jira Tools",
"is_bot": false,
"headline": "Merge pull request #5 from nguyenvanduocit/devin/1743773258-refactor-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T13:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd6769921dcc29432e17d4d67f4ee1337227699",
"body": "Co-Authored-By: Duoc Nguyen <nguyenvanduocit@gmail.com>",
"is_bot": true,
"headline": "Refactor jira.go into multiple files",
"author_name": "Devin AI",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2025-04-04T13:31:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "580fcbe8a6bbb20eaf5d1103501dcc78eef1f73d",
"body": "…comment-tools\n\nAdd Jira Comment Tools",
"is_bot": false,
"headline": "Merge pull request #4 from nguyenvanduocit/devin/1743772786-add-jira-…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T13:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c777f1bd339cd511427953bf255a07182e0f7a",
"body": "Co-Authored-By: Duoc Nguyen <nguyenvanduocit@gmail.com>",
"is_bot": true,
"headline": "Update main.go to register Jira comment tools",
"author_name": "Devin AI",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2025-04-04T13:21:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "94ebf08198c2172e3e7b76a01fe4f7e537f5b2ef",
"body": "Co-Authored-By: Duoc Nguyen <nguyenvanduocit@gmail.com>",
"is_bot": true,
"headline": "Add Jira comment tools",
"author_name": "Devin AI",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2025-04-04T13:20:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5399c3a9ac15969049211ffccc2e1c7a505e0f2e",
"body": "…etup\n\nInitial Repository Setup",
"is_bot": false,
"headline": "Merge pull request #3 from nguyenvanduocit/devin/1743772264-initial-s…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-04T13:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff37d92006e6cd56122141fb9327648f12ae9c1d",
"body": "Co-Authored-By: Duoc Nguyen <nguyenvanduocit@gmail.com>",
"is_bot": true,
"headline": "Remove Makefile as requested",
"author_name": "Devin AI",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2025-04-04T13:17:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e81a72abe275edbff9df8e5126101843270e1eb1",
"body": "Co-Authored-By: Duoc Nguyen <nguyenvanduocit@gmail.com>",
"is_bot": true,
"headline": "Add .gitignore, LICENSE, and Makefile",
"author_name": "Devin AI",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2025-04-04T13:11:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8e5fa6bc7137c3bf9e5c1f26e0f8e7ec51abf853",
"body": "…main\n\nchore(main): release 1.0.0",
"is_bot": false,
"headline": "Merge pull request #2 from nguyenvanduocit/release-please--branches--…",
"author_name": "Duoc Nguyen",
"author_login": "nguyenvanduocit",
"committed_at": "2025-04-01T05:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74175dee44f94005678a96624574f00d3d16acf6",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.0.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-03-25T15:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb46a0f63793934470a1701a42d2413f29898f8",
"body": null,
"is_bot": false,
"headline": "feat: add gitleaks workflow for secret scanning",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-03-25T15:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b39bc2b087b8d721e05266a6f014813b9f9ea9",
"body": null,
"is_bot": false,
"headline": "chore: update project name in README.md from 'Jira Tool' to 'Jira MCP'",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-03-25T13:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc25c6d621b33a8755380870f06d59a59467143",
"body": null,
"is_bot": false,
"headline": "refactor: reorganize setup instructions in README.md",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-03-25T13:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e960c048f69fe61baee42c3061aef0a44602be3",
"body": null,
"is_bot": false,
"headline": "feat: init",
"author_name": "nguyenvanduocit+",
"author_login": "nguyenvanduocit",
"committed_at": "2025-03-25T13:40:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 26,
"latest_release_at": "2026-07-20T10:40:06Z",
"latest_release_tag": "v2.2.0",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 6,
"days_since_latest_release": 8,
"mean_days_between_releases": 309.1
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/hdbrzgr/jira-mcp/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/hdbrzgr/jira-mcp/v2",
"is_deprecated": false,
"latest_version": "v2.2.0",
"repository_url": "https://github.com/hdbrzgr/jira-mcp",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T10:33:03Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [
"web/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 14480,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [
".cursor/rules/git-commit.mdc",
".cursor/rules/go.mdc",
".cursor/rules/mcp-tools.mdc",
".cursor/rules/project-architecture.mdc",
".cursor/rules/project-overview.mdc",
".cursor/rules/service-clients.mdc",
".cursor/rules/tool-implementation-pattern.mdc",
".cursor/rules/utilities.mdc"
],
"agent_instruction_max_bytes": 2128
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/andygrunwald/go-jira",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.1"
},
{
"name": "github.com/joho/godotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/mark3labs/mcp-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.32.0"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "nguyenvanduocit",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/1256953?v=4"
},
{
"type": "User",
"login": "duocnv-firegroup",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/118713651?v=4"
},
{
"type": "User",
"login": "hadibarzegar",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/39329240?v=4"
},
{
"type": "User",
"login": "hdbrzgr",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/232155146?v=4"
},
{
"type": "User",
"login": "hdbar",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/83537317?v=4"
},
{
"type": "User",
"login": "cursoragent",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/199161495?v=4"
},
{
"type": "User",
"login": "win-tran-covergo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/183457485?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.525
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"gitleaks.yaml",
"release-binaries.yaml",
"release.yaml",
"scan.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "24277c2a814b97c636dce709ad15cdd86596ae2d",
"ran_at": "2026-07-28T23:50:35Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T06:28:55Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hdbrzgr/jira-mcp",
"host": "github.com",
"name": "jira-mcp",
"owner": "hdbrzgr"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"security": 37,
"vitality": 62,
"community": 12,
"governance": 36,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 26,
"human_commit_share": 0.808,
"days_since_last_push": 8,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "26 commits in the last year",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 26
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v2.2.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 309.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~309.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 309.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.525
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 52% of commits",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 52
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 22,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "hdbrzgr",
"public_repos": 5,
"account_age_days": 317
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of hdbrzgr",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "hdbrzgr"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~0 yr old",
"points": 7.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/hdbrzgr/jira-mcp/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 75,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.963,
"agent_instruction_files": [
".cursor/rules/git-commit.mdc",
".cursor/rules/go.mdc",
".cursor/rules/mcp-tools.mdc",
".cursor/rules/project-architecture.mdc",
".cursor/rules/project-overview.mdc",
".cursor/rules/service-clients.mdc",
".cursor/rules/tool-implementation-pattern.mdc",
".cursor/rules/utilities.mdc"
],
"agent_instruction_max_bytes": 2128
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".cursor/rules/git-commit.mdc, .cursor/rules/go.mdc, .cursor/rules/mcp-tools.mdc, .cursor/rules/project-architecture.mdc, .cursor/rules/project-overview.mdc, .cursor/rules/service-clients.mdc, .cursor/rules/tool-implementation-pattern.mdc, .cursor/rules/utilities.mdc",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".cursor/rules/git-commit.mdc, .cursor/rules/go.mdc, .cursor/rules/mcp-tools.mdc, .cursor/rules/project-architecture.mdc, .cursor/rules/project-overview.mdc, .cursor/rules/service-clients.mdc, .cursor/rules/tool-implementation-pattern.mdc, .cursor/rules/utilities.mdc"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "77 of 80 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 77,
"sampled": 80
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.152,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "15 of the last 99 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 15,
"sampled": 99
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 14480,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"web/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "web/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "web/openapi.yaml"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T23:50:42.629471Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hdbrzgr/jira-mcp.svg",
"full_name": "hdbrzgr/jira-mcp",
"license_state": "standard",
"license_spdx": "MIT"
}