Atlassian intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
Enables logging time entries to Jira Cloud issues, including adding worklogs, listing existing entries, and verifying credentials
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
| Canonical slug | jira-worklog-mcp-2279ec2f | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | MikeAtPinnacle/jira-worklog-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | mikeatpinnacle/jira-worklog-mcp | 11b49000bba659a08fa8d12aca3d12a77ba08ff7 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitmikeatpinnacle/jira-worklog-mcp | 11b49000bba659a08fa8d12aca3d12a77ba08ff7Current | Aug 25, 2026 | 3 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
add_worklogLog work against a Jira issue (POST worklog). issue_key is the ticket (e.g. LEGLINK-142), time_spent_seconds is the duration, started defaults to now (RFC3339; normalized to Jira's required format), and comment is optional. Jira records time at minute granularity (minimum 60s).Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"issue_key": {
"type": "string",
"description": "Jira issue key, e.g. LEGLINK-142."
},
"time_spent_seconds": {
"type": "integer",
"exclusiveMinimum": 0,
"maximum": 9007199254740991,
"description": "Worklog duration in seconds."
},
"started": {
"description": "When the work started, RFC3339. Default: now.",
"type": "string"
},
"comment": {
"description": "Optional worklog comment (plain text; stored as ADF).",
"type": "string"
}
},
"required": [
"issue_key",
"time_spent_seconds"
]
}Annotations{
"readOnlyHint": false,
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": true
} | — | WritesNon-destructiveNon-idempotentOpen world | — |
list_worklogsList the worklogs on a Jira issue (id, author, time, started, comment). Useful to verify what was logged or to check for duplicates before adding more.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"issue_key": {
"type": "string",
"description": "Jira issue key, e.g. LEGLINK-142."
}
},
"required": [
"issue_key"
]
}Annotations{
"readOnlyHint": true,
"openWorldHint": true
} | — | Read onlyOpen world | — |
whoamiReturn the authenticated Jira user (display name, accountId, email). Use to confirm credentials.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {}
}Annotations{
"readOnlyHint": true,
"openWorldHint": true
} | — | Read onlyOpen world | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
jira-worklog-mcp Server exposed 3 tools during independent protocol observation, including add_worklog, list_worklogs, whoami.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.