SlideShare a Scribd company logo
How to build a better JIRA
Cloud add-on
DAVE MEYER | SENIOR PRODUCT MANAGER | ATLASSIAN | @D_MEYER
How to Build a Better JIRA Add-on
DETAILED ADD-ON GROWTH CHART
350+
awesome add-ons for JIRA Cloud
JIRA ADD-ON DEVELOPMENT
P2 plugin
framework
launches
Atlassian
Marketplace
Atlassian Connect
1.0
JIRA Software, JIRA
Service Desk, and
JIRA Core
Cloud-first
development
Jurassic
Period
2012 2014 2015 Present
Cloud-first development
CLOUD-FIRST DEVELOPMENT
Our job is to
enable everyone
to build amazing
JIRA experiences
Do’s and Don’ts
Cloud-first development
What’s comingWhat’s new
Issue fields
Custom fields for Connect add-ons
What’s new
in JIRA
Issue fields
Keyboard
shortcuts
Webhooks
REST API
Requireability
Per-project options
Service Desk customer
portal support
Keyboard shortcuts
We have them.
What’s new
in JIRA
Issue fields
Keyboard
shortcuts
Webhooks
REST API
Webhooks
Get notified when attachments are
created and deleted
What’s new
in JIRA
Issue fields
Keyboard
shortcuts
Webhooks
REST API
attachment_created
attachment_deleted
ACJS functions
More powerful front-end components
for JIRA
What’s new
in JIRA
Issue fields
Keyboard
shortcuts
Webhooks
JS API
ACJS
Date picker Dropdowns Create issue
dialog
Internationalization
Support your customers in every
language (or at least nine)
Your feedback
matters
60 VOTES? WE CAN DO BETTER
Do’s and don’ts we learned this year
Store data in JIRA with
entity properties
DO
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
"entityType": "issue",
"keyConfigurations": [{
"propertyKey" : “comments",
"extractions" : [{
"objectName" : "commentCount",
"type" : “integer”,
“alias” : “hasComments”
}]
SEARCHING WITH ENTITY PROPERTIES
Your add-on
PUT
Update commentCount index
Projects
Searching with entity properties
UsersIssues
How to Build a Better JIRA Add-on
User and project
property searching
Worklog properties
Attach custom data to
worklogs
New entity property features
Filter your webhooks
DO
How to Build a Better JIRA Add-on
Focus on setup
and getting
started
DO
postInstallPage
module
How to Build a Better JIRA Add-on
"jiraGlobalPermissions": [
{
"description": {
"value": "Custom global permission for my add-on"
},
"anonymousAllowed": false,
"name": {
"value": "My Global Permission"
},
"key": "my-global-permission"
}
]
Global permissions with default groups
"jiraGlobalPermissions": [
{
"description": {
"value": "Custom global permission for my add-on"
},
"anonymousAllowed": false,
"defaultUsers": <OPTION> (NONE, ADMIN, ALL),
"name": {
"value": "My Global Permission"
},
"key": "my-global-permission"
}
]
Global permissions with default groups
Don’t clash with JIRA
DON’T
Automation for JIRA
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
Lucy Denton
Designing Add-ons for Atlassian
Products, the Do’s & Don’ts
9:00 AM tomorrow
How to Build a Better JIRA Add-on
#1 bug, fixed 🙌
Don’t spam users
DON’T
Skip email notifications
PUT
https://demo.atlassian.net/rest/api/2/issue/DEMO-1?notifyUsers=false
Into the future
Issue content
Clear, consistent locations on the issue view
Issue context
Cleaner integrations between JIRA and other apps
Straight from the lab
Move visibility for you
Early Preview Warning
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
Issue content
Clear, consistent locations on the issue view
Issue context
Cleaner integrations between JIRA and other apps
Straight from the lab
Move visibility for you
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
How to Build a Better JIRA Add-on
Issue content
Clear, consistent locations on the issue view
Issue context
Cleaner integrations between JIRA and other apps
Straight from the lab
Move visibility for you
Introducing
The JIRA Cloud Platform Roadmap
How to Build a Better JIRA Add-on
go.atlassian.com/
jira-cloud-platform-roadmap
Thank you!
DAVE MEYER | SENIOR PRODUCT MANAGER | ATLASSIAN | @D_MEYER

More Related Content

PDF
How Bitbucket Pipelines Loads Connect UI Assets Super-fast
PDF
Atlassian Connect on Serverless Platforms: Low Cost Add-Ons
PDF
Ten Battle-Tested Tips for Atlassian Connect Add-ons
PDF
An Exploration of Cross-product App Experiences
PDF
Shipping to Server and Cloud with Docker
PDF
Practical Patterns for Developing a Cross-product Cross-version App
PDF
What's New with Confluence Connect
PDF
Mock Servers - Fake All the Things!
How Bitbucket Pipelines Loads Connect UI Assets Super-fast
Atlassian Connect on Serverless Platforms: Low Cost Add-Ons
Ten Battle-Tested Tips for Atlassian Connect Add-ons
An Exploration of Cross-product App Experiences
Shipping to Server and Cloud with Docker
Practical Patterns for Developing a Cross-product Cross-version App
What's New with Confluence Connect
Mock Servers - Fake All the Things!

What's hot (20)

PDF
Designing and Running a GraphQL API
PDF
Building a Cerberus App Without Losing Our Heads: The Passage to a Cross-Plat...
PDF
Spec-first API Design for Speed and Safety
PDF
5 Essential Techniques for Building Fault-tolerant Systems
PDF
Access to User Activities - Activity Platform APIs
PDF
Take Action with Forge Triggers
PDF
Spring Boot & Actuators
PDF
Software Delivery at Warp Speed: Five Essential Techniques
PDF
What Does Jira Next-Gen Mean for Cloud Apps?
PDF
The New & Improved Confluence Server and Data Center
PDF
Leaning into Server to Cloud App Migration
PDF
Microservices - java ee vs spring boot and spring cloud
PDF
Apache Lucene for Java EE Developers
PDF
Continuous integration and delivery for java based web applications
PDF
Serverless Delivery
PDF
How HipChat Ships and Recovers Fast with DevOps Practices
PDF
Play Framework on Google App Engine - Productivity Stack
PDF
Continuous Delivery in the Cloud with Bitbucket Pipelines
PDF
Beyond Agile and DevOps: From Concepts to Products in Weeks, Not Months
PDF
Maximize the power of OSGi in AEM
Designing and Running a GraphQL API
Building a Cerberus App Without Losing Our Heads: The Passage to a Cross-Plat...
Spec-first API Design for Speed and Safety
5 Essential Techniques for Building Fault-tolerant Systems
Access to User Activities - Activity Platform APIs
Take Action with Forge Triggers
Spring Boot & Actuators
Software Delivery at Warp Speed: Five Essential Techniques
What Does Jira Next-Gen Mean for Cloud Apps?
The New & Improved Confluence Server and Data Center
Leaning into Server to Cloud App Migration
Microservices - java ee vs spring boot and spring cloud
Apache Lucene for Java EE Developers
Continuous integration and delivery for java based web applications
Serverless Delivery
How HipChat Ships and Recovers Fast with DevOps Practices
Play Framework on Google App Engine - Productivity Stack
Continuous Delivery in the Cloud with Bitbucket Pipelines
Beyond Agile and DevOps: From Concepts to Products in Weeks, Not Months
Maximize the power of OSGi in AEM
Ad

Viewers also liked (19)

PDF
Server Add-ons for Front-end Developers
PDF
Designing Add-ons for Atlassian Products, the Do’s & Don’ts
PDF
Creating Your Own Server Add-on that Customizes Confluence or JIRA
PDF
Adventures in Customization with Atlassian Add-ons and Integrations Using JIR...
PDF
How to Write a Chatbot that Gets Smarter
PDF
Launch into New Markets with JIRA Service Desk
PDF
Connect First, Ask Confluence Questions Later
PDF
How to Make Customer Support Your Product's Greatest Feature
PDF
Marketplace Listings: How to Make Yours a Success
PDF
React for Re-use: Creating UI Components with Confluence Connect
PDF
Building for the Future: Design Your Add-on with Tomorrow in Mind
PDF
How to be Successful in the DevOps Business
PDF
Building Search for Bitbucket Cloud
PDF
Build a JIRA Server Add-on as a Microservice - You Can Do It!
PDF
Closing the Deal: How Atlassian Partners Help Grow Your User Base
PDF
How to Plan and Execute a Go-to-market Campaign for an Atlassian Add-on
PDF
Securing Your Atlassian Connect Add-on With JWT
PDF
Know Thy Product: Tips from a Tester
PDF
12 Ways to Supercharge Your Connect Add-on
Server Add-ons for Front-end Developers
Designing Add-ons for Atlassian Products, the Do’s & Don’ts
Creating Your Own Server Add-on that Customizes Confluence or JIRA
Adventures in Customization with Atlassian Add-ons and Integrations Using JIR...
How to Write a Chatbot that Gets Smarter
Launch into New Markets with JIRA Service Desk
Connect First, Ask Confluence Questions Later
How to Make Customer Support Your Product's Greatest Feature
Marketplace Listings: How to Make Yours a Success
React for Re-use: Creating UI Components with Confluence Connect
Building for the Future: Design Your Add-on with Tomorrow in Mind
How to be Successful in the DevOps Business
Building Search for Bitbucket Cloud
Build a JIRA Server Add-on as a Microservice - You Can Do It!
Closing the Deal: How Atlassian Partners Help Grow Your User Base
How to Plan and Execute a Go-to-market Campaign for an Atlassian Add-on
Securing Your Atlassian Connect Add-on With JWT
Know Thy Product: Tips from a Tester
12 Ways to Supercharge Your Connect Add-on
Ad

Similar to How to Build a Better JIRA Add-on (20)

PDF
JIRA 7: New APIs, New Plugin Points, New JIRA
PDF
Upgrades and Admin at Scale: How to Become a Jira Admin Champion
PDF
JIRA 7 for Developers - Bartek Gatz Filip Rogaczewski Ian Grunert
PDF
Denver Atlassian Community 5-minute Plugins
PDF
JIRA_Manual_Vol.1
PPTX
Let's Jira do the work
PDF
Atlassian summit comes to you - London AUG
PDF
Atlassian Jira Brochure
PDF
AtlasCamp 2014: JIRA State of the Union
PDF
5_6334718960759472622.pdf
PDF
5_6334718960759472622.pdf
PDF
Atlassian jira как полностью раскрыть возможности
PDF
Enterprise workshops jira security and permissions management atlassian deck
PPT
Using JIRA & Greenhopper for Agile Development
PPTX
Mule Integration with Atlassian JIRA
PDF
Jira Customization: Finding the Perfect Balance
PPT
Jira customization
PDF
Farheen user manual on jira software.docx
PPTX
Jira for Agile Project Management.pptx
PDF
Building and Supporting Billion Dollar Ships with JIRA - Greg Warner
JIRA 7: New APIs, New Plugin Points, New JIRA
Upgrades and Admin at Scale: How to Become a Jira Admin Champion
JIRA 7 for Developers - Bartek Gatz Filip Rogaczewski Ian Grunert
Denver Atlassian Community 5-minute Plugins
JIRA_Manual_Vol.1
Let's Jira do the work
Atlassian summit comes to you - London AUG
Atlassian Jira Brochure
AtlasCamp 2014: JIRA State of the Union
5_6334718960759472622.pdf
5_6334718960759472622.pdf
Atlassian jira как полностью раскрыть возможности
Enterprise workshops jira security and permissions management atlassian deck
Using JIRA & Greenhopper for Agile Development
Mule Integration with Atlassian JIRA
Jira Customization: Finding the Perfect Balance
Jira customization
Farheen user manual on jira software.docx
Jira for Agile Project Management.pptx
Building and Supporting Billion Dollar Ships with JIRA - Greg Warner

More from Atlassian (20)

PPTX
International Women's Day 2020
PDF
10 emerging trends that will unbreak your workplace in 2020
PDF
Forge App Showcase
PDF
Let's Build an Editor Macro with Forge UI
PDF
Meet the Forge Runtime
PDF
Forge UI: A New Way to Customize the Atlassian User Experience
PDF
Observability and Troubleshooting in Forge
PDF
Trusted by Default: The Forge Security & Privacy Model
PDF
Designing Forge UI: A Story of Designing an App UI System
PDF
Forge: Under the Hood
PDF
Design Your Next App with the Atlassian Vendor Sketch Plugin
PDF
Tear Up Your Roadmap and Get Out of the Building
PDF
Nailing Measurement: a Framework for Measuring Metrics that Matter
PDF
Building Apps With Color Blind Users in Mind
PDF
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
PDF
Beyond Diversity: A Guide to Building Balanced Teams
PDF
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
PDF
Building Apps With Enterprise in Mind
PDF
Shipping With Velocity and Confidence Using Feature Flags
PDF
Build With Heart and Balance, Remote Work Edition
International Women's Day 2020
10 emerging trends that will unbreak your workplace in 2020
Forge App Showcase
Let's Build an Editor Macro with Forge UI
Meet the Forge Runtime
Forge UI: A New Way to Customize the Atlassian User Experience
Observability and Troubleshooting in Forge
Trusted by Default: The Forge Security & Privacy Model
Designing Forge UI: A Story of Designing an App UI System
Forge: Under the Hood
Design Your Next App with the Atlassian Vendor Sketch Plugin
Tear Up Your Roadmap and Get Out of the Building
Nailing Measurement: a Framework for Measuring Metrics that Matter
Building Apps With Color Blind Users in Mind
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Beyond Diversity: A Guide to Building Balanced Teams
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
Building Apps With Enterprise in Mind
Shipping With Velocity and Confidence Using Feature Flags
Build With Heart and Balance, Remote Work Edition

Recently uploaded (20)

PDF
System and Network Administraation Chapter 3
PDF
Nekopoi APK 2025 free lastest update
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
System and Network Administration Chapter 2
PPTX
Transform Your Business with a Software ERP System
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
System and Network Administraation Chapter 3
Nekopoi APK 2025 free lastest update
Odoo Companies in India – Driving Business Transformation.pdf
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
System and Network Administration Chapter 2
Transform Your Business with a Software ERP System
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Design an Analysis of Algorithms I-SECS-1021-03
How Creative Agencies Leverage Project Management Software.pdf
Which alternative to Crystal Reports is best for small or large businesses.pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Reimagine Home Health with the Power of Agentic AI​
How to Migrate SBCGlobal Email to Yahoo Easily
Operating system designcfffgfgggggggvggggggggg
Adobe Illustrator 28.6 Crack My Vision of Vector Design
2025 Textile ERP Trends: SAP, Odoo & Oracle

How to Build a Better JIRA Add-on