Building a JIRA Cloud Plugin

Atlassian offers Atlassian Connect Framework for building JIRA Cloud Plugin. Plugin handles discovery, installation, authentication, and seamless integration of plugin into the JIRA UI. JIRA Cloud REST API can also be used with the plugin with inbuilt authentication mechanism provided by Connect framework. Hello World Plugin Pre-requisites Code Editor (Notepad++ or VS Code) Knowledge of JavaScript(Node.js) Basic … Continue reading Building a JIRA Cloud Plugin

How to change height and width of an iFrame in Atlassian-Connect-Express -JIRA Add-on? Solved!

JIRA Add-on's are designed to add extra functionality into JIRA. JIRA provides a descriptor file through which you can create, configure and customize the UI elements in the JIRA. Most of the UI elements like "general pages" are in the for an iframe whose height and width are set in the in-built css and javascript … Continue reading How to change height and width of an iFrame in Atlassian-Connect-Express -JIRA Add-on? Solved!