87
Friday, June 15, 12

Introducing the Atlassian Marketplace

Embed Size (px)

DESCRIPTION

The Atlassian Marketplace helps add-on developers build a thriving business on top of Atlassian's huge customer base and powerful sales engine. In this talk, we'll walk through all the steps required to sell a plugin on the marketplace--- from adding licensing to your plugin with our brand-new licensing API, to listing, pricing, and marketing your plugin on the newly revamped Atlassian Plugin Exchange.

Citation preview

Page 1: Introducing the Atlassian Marketplace

Friday, June 15, 12

Page 2: Introducing the Atlassian Marketplace

Technical Lead, Ecosystem TeamJohn Kodumal

Introducing the Atlassian Marketplace

Friday, June 15, 12

Page 3: Introducing the Atlassian Marketplace

What is the Marketplace?

Friday, June 15, 12

Page 4: Introducing the Atlassian Marketplace

What does it give me?

Friday, June 15, 12

Page 5: Introducing the Atlassian Marketplace

What does it give my customers?

Friday, June 15, 12

Page 6: Introducing the Atlassian Marketplace

Easy in-app purchasesFriday, June 15, 12

Page 7: Introducing the Atlassian Marketplace

New purchase flowsFriday, June 15, 12

Page 8: Introducing the Atlassian Marketplace

In-app brandingFriday, June 15, 12

Page 9: Introducing the Atlassian Marketplace

Enhanced discoverabilityFriday, June 15, 12

Page 10: Introducing the Atlassian Marketplace

Built-in billing and reportsFriday, June 15, 12

Page 11: Introducing the Atlassian Marketplace

Drive renewalsFriday, June 15, 12

Page 12: Introducing the Atlassian Marketplace

Drive renewalsFriday, June 15, 12

Page 13: Introducing the Atlassian Marketplace

Sounds awesome.

Friday, June 15, 12

Page 14: Introducing the Atlassian Marketplace

How do I get on the Marketplace?

Friday, June 15, 12

Page 15: Introducing the Atlassian Marketplace

1Build it.

2License it.

3List it.

Friday, June 15, 12

Page 16: Introducing the Atlassian Marketplace

1Build it.Sell any plugin on the Marketplace

Friday, June 15, 12

Page 17: Introducing the Atlassian Marketplace

1Build it.

• Use any of our APIs

Sell any plugin on the Marketplace

Friday, June 15, 12

Page 18: Introducing the Atlassian Marketplace

1Build it.

• Use any of our APIs

• Backwards compatible to 2+ years

Sell any plugin on the Marketplace

Friday, June 15, 12

Page 19: Introducing the Atlassian Marketplace

1Build it.

• Use any of our APIs

• Backwards compatible to 2+ years

• Even cross-product plugins

Sell any plugin on the Marketplace

Friday, June 15, 12

Page 20: Introducing the Atlassian Marketplace

1Build it.

• Use any of our APIs

• Backwards compatible to 2+ years

• Even cross-product plugins

• OnDemand, Remote apps coming

soon

Sell any plugin on the Marketplace

Friday, June 15, 12

Page 21: Introducing the Atlassian Marketplace

2License it.Use our new licensing library

Friday, June 15, 12

Page 22: Introducing the Atlassian Marketplace

2License it.

• Store and retrieve plugin licenses

Use our new licensing library

Friday, June 15, 12

Page 23: Introducing the Atlassian Marketplace

2License it.

• Store and retrieve plugin licenses

• Validate and enforce licenses

Use our new licensing library

Friday, June 15, 12

Page 24: Introducing the Atlassian Marketplace

2License it.

• Store and retrieve plugin licenses

• Validate and enforce licenses

• Drive sales and renewals

Use our new licensing library

Friday, June 15, 12

Page 25: Introducing the Atlassian Marketplace

2License it.

• Store and retrieve plugin licenses

• Validate and enforce licenses

• Drive sales and renewals

• Simple, consistent UI for license

administration

Use our new licensing library

Friday, June 15, 12

Page 26: Introducing the Atlassian Marketplace

2License it.

• Store and retrieve plugin licenses

• Validate and enforce licenses

• Drive sales and renewals

• Simple, consistent UI for license

administration

• Seamless upgrades to UPM 2

Use our new licensing library

Friday, June 15, 12

Page 27: Introducing the Atlassian Marketplace

Getting started

Friday, June 15, 12

Page 28: Introducing the Atlassian Marketplace

Getting started

• Use the latest SDK (3.10.4)

Friday, June 15, 12

Page 29: Introducing the Atlassian Marketplace

Getting started

• Use the latest SDK (3.10.4)

• atlas-create-jira-plugin-module

Friday, June 15, 12

Page 30: Introducing the Atlassian Marketplace

Getting started

• Use the latest SDK (3.10.4)

• atlas-create-jira-plugin-module

• (or any other product)

Friday, June 15, 12

Page 31: Introducing the Atlassian Marketplace

Getting started

• Use the latest SDK (3.10.4)

• atlas-create-jira-plugin-module

• (or any other product)

• Choose Licensing API Support

Friday, June 15, 12

Page 32: Introducing the Atlassian Marketplace

Getting started

• Use the latest SDK (3.10.4)

• atlas-create-jira-plugin-module

• (or any other product)

• Choose Licensing API Support

• Customize license admin UI

Friday, June 15, 12

Page 33: Introducing the Atlassian Marketplace

Getting started

• Use the latest SDK (3.10.4)

• atlas-create-jira-plugin-module

• (or any other product)

• Choose Licensing API Support

• Customize license admin UI

• Add code to enforce licensing

Friday, June 15, 12

Page 34: Introducing the Atlassian Marketplace

A Tour of the licensing libraryStore and retrieve licenses

Friday, June 15, 12

Page 35: Introducing the Atlassian Marketplace

A Tour of the licensing libraryValidate and enforce licenses

Friday, June 15, 12

Page 36: Introducing the Atlassian Marketplace

A Tour of the licensing libraryDrive sales and renewals

Friday, June 15, 12

Page 37: Introducing the Atlassian Marketplace

A Tour of the licensing libraryDrive sales and renewals

Friday, June 15, 12

Page 38: Introducing the Atlassian Marketplace

A Tour of the licensing libraryLicense administration UI

Friday, June 15, 12

Page 39: Introducing the Atlassian Marketplace

A Tour of the licensing librarySeamless upgrade path

Friday, June 15, 12

Page 40: Introducing the Atlassian Marketplace

Licensing library dependencies

Seamless upgrade magic

Enabling licensing

What’s in the generated code?

Friday, June 15, 12

Page 41: Introducing the Atlassian Marketplace

What’s in the generated code?Licensing library dependencies

pom.xml

atlassian-plugin.xml

Friday, June 15, 12

Page 42: Introducing the Atlassian Marketplace

Enabling licensingWhat’s in the generated code?

atlassian-plugin.xml:

META-INF/MANIFEST.MF:

Friday, June 15, 12

Page 43: Introducing the Atlassian Marketplace

Seamless upgrade magic

What’s in the generated code?

Friday, June 15, 12

Page 44: Introducing the Atlassian Marketplace

Seamless upgrade magic

What’s in the generated code?

Friday, June 15, 12

Page 45: Introducing the Atlassian Marketplace

Seamless upgrade magic

What’s in the generated code?

Friday, June 15, 12

Page 46: Introducing the Atlassian Marketplace

Seamless upgrade magic

What’s in the generated code?

pom.xml:

Friday, June 15, 12

Page 47: Introducing the Atlassian Marketplace

3List it.

Friday, June 15, 12

Page 48: Introducing the Atlassian Marketplace

3List it.

• Market your add-on

Friday, June 15, 12

Page 49: Introducing the Atlassian Marketplace

3List it.

• Market your add-on

• Set pricing and payment details

Friday, June 15, 12

Page 50: Introducing the Atlassian Marketplace

3List it.

• Market your add-on

• Set pricing and payment details

• Get your plugin approved!

Friday, June 15, 12

Page 51: Introducing the Atlassian Marketplace

Setting up your listing

Friday, June 15, 12

Page 52: Introducing the Atlassian Marketplace

Setting up your listing

Friday, June 15, 12

Page 53: Introducing the Atlassian Marketplace

Setting up your listing

Friday, June 15, 12

Page 54: Introducing the Atlassian Marketplace

Setting up your listing

Friday, June 15, 12

Page 55: Introducing the Atlassian Marketplace

Setting up your listing

Friday, June 15, 12

Page 56: Introducing the Atlassian Marketplace

Pricing and Payment details

Friday, June 15, 12

Page 57: Introducing the Atlassian Marketplace

Pricing and Payment details

Friday, June 15, 12

Page 58: Introducing the Atlassian Marketplace

Pricing and Payment details

Friday, June 15, 12

Page 59: Introducing the Atlassian Marketplace

Adding marketing assets

Friday, June 15, 12

Page 60: Introducing the Atlassian Marketplace

Adding marketing assets

In your Marketplace listing

Friday, June 15, 12

Page 61: Introducing the Atlassian Marketplace

Adding marketing assets

In your Marketplace listingIn your plugin artifact

Friday, June 15, 12

Page 62: Introducing the Atlassian Marketplace

The approval process

Friday, June 15, 12

Page 63: Introducing the Atlassian Marketplace

The approval processTechnical approval:

Friday, June 15, 12

Page 64: Introducing the Atlassian Marketplace

The approval process

• checkplugin script (atlss.in/Lc34Q9)Technical approval:

Friday, June 15, 12

Page 65: Introducing the Atlassian Marketplace

The approval process

• checkplugin script (atlss.in/Lc34Q9)

• atlas-run-standalone

Technical approval:

Friday, June 15, 12

Page 66: Introducing the Atlassian Marketplace

The approval process

• checkplugin script (atlss.in/Lc34Q9)

• atlas-run-standalone

• Test two product versions

Technical approval:

Friday, June 15, 12

Page 67: Introducing the Atlassian Marketplace

The approval process

• checkplugin script (atlss.in/Lc34Q9)

• atlas-run-standalone

• Test two product versions

• Check license enforcement

Technical approval:

Friday, June 15, 12

Page 68: Introducing the Atlassian Marketplace

The approval process

• checkplugin script (atlss.in/Lc34Q9)

• atlas-run-standalone

• Test two product versions

• Check license enforcement

• Test UPM upgrade path

Technical approval:

Friday, June 15, 12

Page 69: Introducing the Atlassian Marketplace

The approval process

• checkplugin script (atlss.in/Lc34Q9)

• atlas-run-standalone

• Test two product versions

• Check license enforcement

• Test UPM upgrade path

• Upgrade UPM 2 and check licensing

Technical approval:

Friday, June 15, 12

Page 70: Introducing the Atlassian Marketplace

The approval process

Friday, June 15, 12

Page 71: Introducing the Atlassian Marketplace

The approval processFinal approval:

Friday, June 15, 12

Page 72: Introducing the Atlassian Marketplace

The approval process

• Check banners, icons, logosFinal approval:

Friday, June 15, 12

Page 73: Introducing the Atlassian Marketplace

The approval process

• Check banners, icons, logos

• In marketplace listing

Final approval:

Friday, June 15, 12

Page 74: Introducing the Atlassian Marketplace

The approval process

• Check banners, icons, logos

• In marketplace listing

• In plugin artifact

Final approval:

Friday, June 15, 12

Page 75: Introducing the Atlassian Marketplace

The approval process

• Check banners, icons, logos

• In marketplace listing

• In plugin artifact

• Check pricing

Final approval:

Friday, June 15, 12

Page 76: Introducing the Atlassian Marketplace

The approval process

• Check banners, icons, logos

• In marketplace listing

• In plugin artifact

• Check pricing

• Check vendor support details

Final approval:

Friday, June 15, 12

Page 77: Introducing the Atlassian Marketplace

The approval process

• Check banners, icons, logos

• In marketplace listing

• In plugin artifact

• Check pricing

• Check vendor support details

• Must have a contact on the Marketplace mailing list

Final approval:

Friday, June 15, 12

Page 78: Introducing the Atlassian Marketplace

Need more help?

Friday, June 15, 12

Page 79: Introducing the Atlassian Marketplace

Marketplace workshopsavailable this Friday

http://atlss.in/L0a4mY

Friday, June 15, 12

Page 80: Introducing the Atlassian Marketplace

Lightning talk:Publishing your plugin

Tomorrow, 3:10-3:20pm

Friday, June 15, 12

Page 81: Introducing the Atlassian Marketplace

Experts available in the Atlassian Guru Room

Tomorrow, 3-4pm

Friday, June 15, 12

Page 82: Introducing the Atlassian Marketplace

Harass yours truly at the AtlasBar

Tomorrow, 12-2:30pm

Friday, June 15, 12

Page 83: Introducing the Atlassian Marketplace

Add-on Development Contest

Friday, June 15, 12

Page 84: Introducing the Atlassian Marketplace

Add-on Development Contest$45k in prizes up for grabs

Friday, June 15, 12

Page 85: Introducing the Atlassian Marketplace

http://codegeist.com

Friday, June 15, 12

Page 86: Introducing the Atlassian Marketplace

Resourceshttp://bitly.com/bundles/jira/a

Friday, June 15, 12

Page 87: Introducing the Atlassian Marketplace

Thank you!

Friday, June 15, 12