This question is in reference to Atlassian Developer Documentation: Create a HelloWorld Plugin Project
How to create JIRA plugin. and how to install the plugin in JIRA cloud. i need basic concepts on plugging designs and codings
Hi,
Here is the from what start:
https://developer.atlassian.com/static/connect/docs/latest/guides/getting-started.html
There are two types of add-on you can write - type-2 and Connect. You can not install type-2 add-ons in Cloud, it only supports Connect add-ons (plus Atlassian's approved list, which is not taking new add-ons). You can not install Connect add-ons in Server versions, it only supports type-2
You have named a tutorial for a type-2 add-on, but then asked about installing on Cloud. This is quite a common error for new developers, but I'm really not sure how Atlassian could improve their docs to make it more clear.
First, decide if you're writing for Cloud or Server, because that determines which sort of add-on you need to write.
If it's for Server, then the tutorial is good, and you'll find installation is just a case of "upload add-on" after you've built it.
If you're building for Cloud, follow Aleks' link (and forget the helloworld tutorial)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shajan,
Once you go through Aleks link for Getting Started with Atlassian Connect (which is the way to build add-ons for the cloud products) you can go through the JIRA Activity tutorial.
Thanks,
Ralph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.