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
94
Tips For Getting The Most Out Of A Hackathon
hectorbenitez
0
22
Usando PHP en el 2018...
hectorbenitez
0
36
Bot Revolution
hectorbenitez
0
40
Remote Team, Collaboration and Agile 101 @ TQ Amsterdam
hectorbenitez
0
150
Remote Team, Collaboration and Agile 101 @ WeWork Amsterdam
hectorbenitez
0
62
Building for the cloud with Atlassian Connect
hectorbenitez
0
40
Agile + Planning Poker
hectorbenitez
0
77
Agile Estimation with Planning Poker
hectorbenitez
0
290
Other Decks in Technology
See All in Technology
Goにおける 生成AIによるコード生成の ベンチマーク評価入門
daisuketakeda
2
100
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
3
300
PLaMoの事後学習を支える技術 / PFN LLMセミナー
pfn
PRO
9
3.8k
「AI駆動PO」を考えてみる - 作る速さから価値のスループットへ:検査・適応で未来を開発 / AI-driven product owner. scrummat2025
yosuke_nagai
4
590
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
1
270
リーダーになったら未来を語れるようになろう/Speak the Future
sanogemaru
0
280
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
1
330
Shirankedo NOCで見えてきたeduroam/OpenRoaming運用ノウハウと課題 - BAKUCHIKU BANBAN #2
marokiki
0
150
社内お問い合わせBotの仕組みと学び
nish01
0
380
SoccerNet GSRの紹介と技術応用:選手視点映像を提供するサッカー作戦盤ツール
mixi_engineers
PRO
1
180
AI ReadyなData PlatformとしてのAutonomous Databaseアップデート
oracle4engineer
PRO
0
190
Why React!?? Next.jsそしてReactを改めてイチから選ぶ
ypresto
10
4.5k
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Typedesign – Prime Four
hannesfritz
42
2.8k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
A Tale of Four Properties
chriscoyier
160
23k
Designing for humans not robots
tammielis
254
25k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
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