Very easy with a simple example, you only need a text editor or notepad…

Create a new file called “atlassian-connect.json

This example creates a button in the Agile Rapid Board of JIRA Cloud and create a link to this blog.


{
"key": "com.example.buttonAgileBoard",
"name": "Button Example on the Agile Board with a link to this blog",
"version": "1.0",
"description": "Example",
"vendor": {
"name": "Raul Pelaez",
"url": "https://jirasupport.wordpress.com"
},
"baseUrl": "https://url_mandatory_to_the_ftp_of_the_file_atlassian_connect/",
"authentication": {
"type": "none"
},
"modules": {
"webSections": [
{
"key": "board-links",
"location": "jira.agile.board.tools",
"weight": 10,
"name": {
"value": "Example Button"
}
}
],
"webItems": [
{
"location": "board-links",
"weight": 200,
"styleClasses": [
"webitem",
"system-present-webitem"
],
"url": "https://jirasupport.wordpress.com",
"context": "product",
"target": {
"type": "page"
},
"tooltip": {
"value": "Link"
},
"icon": {
"width": 16,
"height": 16,
"url": "/icon.png"
},
"name": {
"value": "Link"
},
"key": "install"
}
]
}
}

Replace the https://url_mandatory_to_the_ftp_of_the_file_atlassian_connect/ by your URL… you can use for example Github to push the repository and “serve online” the file atlassian-connect.json ( you must select on Github the RAW option in the file to see the URL to use).

Then use this URL to install your Addon in your JIRA Cloud in Development mode

Very easy and useful!

Posted by:.

2 replies on “How to create a new JIRA Cloud addon Hello World

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s