Here a tutorial to create a plugin:
https://developer.atlassian.com/display/DOCS/Set+up+the+Atlassian+Plugin+SDK+and+Build+a+Project
Hi,
Plugins are written to enhance JIRA's functionality. There are many tutorials available and for me, the simplest one being adding your own menu item.
https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Adding+your+own+Menu+Items+to+JIRA
There is also a simple tutorial I have written which you might find helpful.
https://bitbucket.org/bhushan154/jira-issue-tab-panel-tutorial/wiki/Home
Let us know if you need any help.
To answer your question where to store java code?
When you create a jira plugin module, you enter the class name and package name. You will find these .java files created under your plugins /src folder where you can write your own implementation.
Cheers
Bhushan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your welcome Siddhesh. Please mark as answered if it answered your question.
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.