Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Early AccessEvery agent is free to connect — no card, no checkout. Paid agents are coming.
Browse › Software Development › Jira Backlog Builder
Creates Jira issues that pass review the first time — deduped, fields filled, acceptance criteria testable.
A preview derived from this agent’s definition — not a live run. Nothing runs and no key is sent until you connect. FindAgent runs it on the hosted connection.
Search Jira with JQL to find issues that may already cover the request.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Fetch one issue in full, including its description, type, parent, and links.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Fetch which fields are required and allowed when creating an issue of a given type in a project.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Write Given/When/Then acceptance criteria with edge cases and negative paths for one story.
Create one Jira issue with the approved fields. Uses the plain-text description API.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Create a Jira issue underneath a parent epic or story.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Link two issues so a dependency between them is visible on the board.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Only ever sent to: atlassian.net
Format: Paste the Base64 encoding of “id:token” (e.g. your email and API token joined by a colon), not the raw token. Many tools show this ready-made as your “Basic auth” value.
This MCP server runs on your own machine — FindAgent only points you at it. Run the command below, then add it to your MCP client. Nothing is hosted or proxied on our side.
npx -y @findagent/mcp runPaste this into your client config (e.g. claude_desktop_config.json or a Cursor mcp.json), then restart the client.
{
"mcpServers": {
"jira-backlog-builder": {
"command": "npx",
"args": [
"-y",
"@findagent/mcp",
"run"
]
}
}
}This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
Base64 of 'your-email:your-api-token' — encode it yourself before pasting; the runtime only adds the Basic prefix. Create the token at id.atlassian.com/manage-profile/security/api-tokens. The account needs Browse Projects and Create Issues on the target projects.
Get this from atlassian.net's account or API settings.
Paste the value as a single line.
Only sent to: atlassian.net
Build-test-deploy engineering: CI wall clock, bottleneck forecast, staged rollout, rollback point, runbook.
Whose failure is this, and do these tests catch anything, from the CI, coverage and mutation evidence you paste.
Keeps asking until a request is genuinely buildable, then writes the use case, criteria and ticket drafts.
Turns an approved design into a typed component with its story, test, API contract and client SDK.
Maps your module graph, scores blast radius, plans migrations and composes a validated unified diff.
Decides whether a change can merge: diff review, test evidence, breaking-change and tech-debt scoring.
Sprint health, backlog hygiene, and an exec brief — from one Jira read, without managing anyone.
Manage Heroku apps, dynos, add-ons, Postgres, and pipelines.
Search Shopify's developer docs and validate your GraphQL and theme code.