Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Intro - How to Build an Atlassian Add-on
Search
Hector Benitez
July 17, 2017
Technology
0
38
Intro - How to Build an Atlassian Add-on
Atlassian User Group - Austin Texas
July 2017
Hector Benitez
July 17, 2017
Tweet
Share
More Decks by Hector Benitez
See All by Hector Benitez
Designing RESTful Web APIs
hectorbenitez
1
95
Tips For Getting The Most Out Of A Hackathon
hectorbenitez
0
24
Usando PHP en el 2018...
hectorbenitez
0
37
Bot Revolution
hectorbenitez
0
41
Remote Team, Collaboration and Agile 101 @ TQ Amsterdam
hectorbenitez
0
160
Remote Team, Collaboration and Agile 101 @ WeWork Amsterdam
hectorbenitez
0
65
Building for the cloud with Atlassian Connect
hectorbenitez
0
43
Agile + Planning Poker
hectorbenitez
0
82
Agile Estimation with Planning Poker
hectorbenitez
0
290
Other Decks in Technology
See All in Technology
米軍Platform One / Black Pearlに学ぶ極限環境DevSecOps
jyoshise
2
510
やり方は一つだけじゃない、正解だけを目指さず寄り道やその先まで自分流に楽しむ趣味プログラミングの探求 2025-11-15 YAPC::Fukuoka
sugyan
3
890
ABEMAのCM配信を支えるスケーラブルな分散カウンタの実装
hono0130
4
1k
個人から巡るAI疲れと組織としてできること - AI疲れをふっとばせ。エンジニアのAI疲れ治療法 ショートセッション -
kikuchikakeru
4
1.7k
AI時代の戦略的アーキテクチャ 〜Adaptable AI をアーキテクチャで実現する〜 / Enabling Adaptable AI Through Strategic Architecture
bitkey
PRO
12
6.1k
セマンティックHTMLによる アクセシビリティ品質向上の基礎
zozotech
PRO
0
120
[CV勉強会@関東 ICCV2025 読み会] World4Drive: End-to-End Autonomous Driving via Intention-aware Physical Latent World Model (Zheng+, ICCV 2025)
abemii
0
240
PostgreSQL で列データ”ファイル”を利用する ~Arrow/Parquet を統合したデータベースの作成~
kaigai
0
140
Bedrock のコスト監視設計
fohte
2
200
AS59105におけるFreeBSD EtherIPの運用と課題
x86taka
0
180
現地速報!Microsoft Ignite 2025 M365 Copilotアップデートレポート
kasada
2
1.4k
レガシーで硬直したテーブル設計から変更容易で柔軟なテーブル設計にする
red_frasco
4
400
Featured
See All Featured
Practical Orchestrator
shlominoach
190
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Optimizing for Happiness
mojombo
379
70k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
A Tale of Four Properties
chriscoyier
162
23k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.3k
Rails Girls Zürich Keynote
gr2m
95
14k
Producing Creativity
orderedlist
PRO
348
40k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Unsuck your backbone
ammeep
671
58k
Transcript
Hector Benitez @hectorbenitez Atlassian Add-ons!
What can I do with add-ons?
What can I do with add-ons? • JIRA - Issues
with Web Views • Confluence - Macros, Blueprints, look and feel • Bitbucket - Webhooks • Hipchat - Commands, Bots? • Trello - Powerups
Cloud vs Server • Cloud - NodeJS, ACE by Atlassian,
iframe inside the page. Needs and uses Internet. REST API • Server - Java, Atlassian SDK & Sample Add-ons, inside the page. Internet is not a must. Internal API. Needs to handle versions. https://developer.atlassian.com/ https://atlassian.design/
• Most powerful Atlassian app. • More vendors. • Cloud:
No communication with Confluence • Macros living inside pages. • Custom content. • Missing API’s, content is the key
Retrospectives and Scrum Poker Addons! https://marketplace.atlassian.com/vendors/1213059/nearsoft-inc
• A lot of free users. • A lot of
opportunities • Free Add-ons? • Use the Sidebar and custom content • No Bots? • Free Add-ons?
• Just HTML, CSS & Javascript • Should respond in
1 sec • Power-ups does not auth users • No Marketplace https://www.youtube.com/watch?v=mb_8mLf-KRY&index=13&list=PLaD4FvsFdarS4deAMRe d5bIEDtxxomemZ
None
Third Party • Auth via OAuth or Add-ons • Focused
on the Cloud Stand.bot - http://softwaredevtools.com/stand-bot/
Thanks!
[email protected]
https://softwaredevtools.com https://marketplace.atlassian.com/vendors/121305