Atlassian Marketplace

Custom Jira and Confluence plugins on Forge — built to the same production standards as the rest of our custom development work. Marketplace-published or deployed privately.

Overview

The Atlassian ecosystem is uniquely powerful, but its default capabilities often fall short of what modern engineering and operations teams need. Custom plugins bridge that gap, enabling workflows, integrations, and automations that are impossible with off-the-shelf tools.

We have deep experience with the Atlassian platform across its different hosting models and runtime environments. We work in @forge/api and @forge/resolver day-in-day-out, declare every permissions:scopes line in our manifests, and ship through forge deploy pipelines that work reliably across diverse customer configurations.

Platforms
ForgeJira CloudConfluence CloudMarketplaceREST API
Publishing
  • Marketplace listing
  • Security compliance
  • Ongoing maintenance

What you'll get back

Resolvers, not slideware

Every plugin we build ships with the same patterns we use for our own Marketplace apps: typed resolvers, narrow scopes, explicit error paths, and tests that run on every commit.

You receive the source, the manifest, the deploy pipeline, and a hand-off doc — not a black box you have to call us about every time it breaks.

resolvers/index.ts
ts
// A typical resolver from one of our shipped apps
import Resolver from '@forge/resolver'
import { fetchInactiveUsers } from './scanner'

const resolver = new Resolver()

resolver.define('scan-users', async ({ context }) => {
  const days = context.thresholdDays ?? 90
  return fetchInactiveUsers(days)
})

export const handler = resolver.getDefinitions()

Capabilities

Jira Cloud Plugins

Feature-rich Jira plugins built on the Atlassian Forge platform: workflow automation, custom fields, panels, and issue actions.

Confluence Cloud Plugins

Content macros, blueprints, space tools, and analytics integrations that extend Confluence for your team's specific workflows.

Connect-to-Forge Migration

Migrate your existing Connect apps to the Forge platform before the Connect EOL (Q4 2026). We handle the full migration: architecture, data, and Marketplace transition.

Legacy Cloud Migration

Migrate Data Center and Server plugins to Atlassian Cloud (Forge). Assessment, architecture redesign, and phased migration support.

Marketplace Publishing

End-to-end support for publishing your plugin on the Atlassian Marketplace, from security review to listing optimization.

Ecosystem Integrations

Integrations between your Atlassian tools and external systems: Slack, GitHub, CRMs, ticketing systems, and custom APIs.

How We Work

01

Requirements & Design

We define the plugin's scope, UX flow, and data model, aligning with Atlassian's platform constraints and your workflow requirements.

02

Development

Plugin built with Forge, using Custom UI or UI Kit 2, with thorough testing across different Jira/Confluence configurations.

03

Security & Review

Security review, performance testing against large datasets, and preparation for Atlassian's Marketplace submission process.

04

Launch & Support

Marketplace listing setup, launch coordination, and ongoing support for updates, compatibility, and customer issues.

See our published plugins

We eat our own cooking. Explore the plugins we have built and ship to the Atlassian Marketplace.

View Plugins

Got an Atlassian workflow to solve?

Tell us about it. We can assess feasibility, scope the build, and get you on the Marketplace.

30-minute call, no slides. We listen and tell you honestly whether your idea fits the platform — and the wider Atlassian Marketplace work sits inside our custom development service, same engineers, same standards.