atlascamp 2014: hipchat add-ons for the atlassian marketplace

38
June 3-5, 2014 | Berlin, Germany

Upload: atlassian

Post on 08-May-2015

493 views

Category:

Technology


1 download

DESCRIPTION

HipChat is a brand new opportunity for the Atlassian ecosystem. Learn how to create add-ons for HipChat and share them on the Atlassian Marketplace. This talk will introduce HipChat.com and HipChat Server, then use the HipChat API v2 and Atlassian Connect to build a new add-on and list on the Atlassian Marketplace. A reference add-on will be shared including source code.

TRANSCRIPT

Page 1: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

June 3-5, 2014 | Berlin, Germany

Page 2: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Will DeHaan, HipChat Developer, Atlassian

HipChat Add-Ons & Atlassian Marketplace

Page 3: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat

Page 4: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat Use

Page 5: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat Use

Page 6: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat Use

Page 7: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat Use

Page 8: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat Reach

Page 9: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace
Page 10: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace
Page 11: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat Platforms

Cloud Server

Page 12: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

HipChat Integrations

Page 13: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Second Gen API

• APIv1 REST

• Limited Scope

• APIv2 REST & Webhooks

• Atlassian Connect

• Coexist

HipChat Integrations

Page 14: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Token Generation

• OAuth2 Bearer

• Personal Scope

HipChat APIv2 Tokens

Page 15: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Token Generation

• OAuth2 Bearer

• Personal Scope

• Room Scope

HipChat APIv2 Tokens

Page 16: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• OAuth Sessions

• REST and Webhooks

• Native language bindings

• Mature Beta

• https://www.hipchat.com/docs/apiv2

HipChat API v2

• Messaging 1:1 & Group

• Chat History

• Users

• Rooms

• Statistics

• Active Development

!

!

Page 17: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Add-On ReferenceReference Add-On, HipChat UI, Atlassian Marketplace

Page 18: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• HC-BitBucket Connector • https://bitbucket.org/hipchat/hipchat-bitbucket

• Apache License

• Python

• Flask Framework

• Deployed on AWS

!

!

Add-On Reference

Page 19: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Global & Room Scopes

• Install by URL or Marketplace

• Run externally

• Configuration UI

• Discovery

HipChat Add-Ons

Page 20: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Global & Room Scopes

• Install by URL or Marketplace

• Run externally

• Configuration UI

• Discovery

HipChat Add-Ons

Page 21: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Identification

• Capabilities

• Callback

• Configuration URL

Add-On Descriptor

Page 22: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Vendor account

• Links to HipChat.com

• Provides Add-On URL for Server

• No sale, yet

!

HipChat in Marketplace

Page 23: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Vendor account

• Links to Add-On URL

• Not for purchase, yet

• Jump to HipChat

!

HipChat in Marketplace

Page 24: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Links into Your HipChat

• Choose Room

!

!

Add-Ons in HipChat

Page 25: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Add-Ons in HipChat

• Links into Your HipChat

• Choose Room

• Easy Install

!

!

Page 26: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• BitBucket Connector • https://bitbucket.org/hipchat/hipchat-bitbucket

• Structure

• Authentications

!

!

!

!

Add-On Example

Page 27: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• BitBucket Connector • https://bitbucket.org/hipchat/hipchat-bitbucket

• Structure

• Authentications

• Installation

!

!

!

Add-On Example

Page 28: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Add-Ons in HipChat

[highlight bb connector link]

• Links into Your HipChat

• Choose Room

• Easy Install

• Configure Add-on

!

!

Page 29: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• Links into Your HipChat

• Choose Room

• Easy Install

• Configure Add-on

!

!

Add-Ons in HipChat

Page 30: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Add-Ons & Your Site

[highlight authn]

• Links into Your HipChat

• Choose Room

• Easy Install

• Configure Add-on

• Authentication

!

!

Page 31: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Add-Ons & Your Site

• Links into Your HipChat

• Choose Room

• Easy Install

• Configure Add-on

• Authentication

• Repository Selections

!

Page 32: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Add-Ons & Your Site

• Links into Your HipChat

• Choose Room

• Easy Install

• Configure Add-on

• Authentication

• Repository Selections

• Done!

Page 33: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• BitBucket Connector • https://bitbucket.org/hipchat/hipchat-bitbucket

• Structure

• Authentications

• Installation

• Configuration

!

!

Add-On Example

Page 34: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Bitbucket Notifications!

• BitBucket Connector • https://bitbucket.org/hipchat/hipchat-bitbucket

!

!

Page 35: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

• BitBucket Connector • https://bitbucket.org/hipchat/hipchat-bitbucket

• Structure

• Authentications

• Installation

• Configuration

• Notifications

!

Add-On Example

Page 36: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Future

Page 37: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Future Tech• APIv2

• Data In, Out, Search

• Atlassian Connect

• Marketplace Sales

• Extensible UI

• Mobile

• You! Us!

?

Page 38: AtlasCamp 2014: Hipchat Add-ons for the Atlassian Marketplace

Thank You [email protected]

• https://bitbucket.org/hipchat/hipchat-bitbucket