Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Develop a plugin in JIRA CORE using JAVA API

Deepesh Jain April 2, 2019

hello everyone , i'm deepesh, i have recently installed JIRA for developing purpose and i am newly in JIRA development .

I am a JIRA administrator . I want to create a plugin using JAVA API in JIRA CORE  . Using JAVA API  i have to print all the users  in my JIRA administration part. 

i also check above link but i am not understand where i put this code in project. so i create a new java file named UserList.java and do the code same as mention in link. after doing all the thing i run my plugin like 'atlas-run' and without any error it run successfully  now i want to known when java file is run and when i get my desired output.

if any one can give the link to understanding the basic flow how i can use JAVA API for develop plugin in JIRA CORE with a example is highly appreciated .

https://community.atlassian.com/t5/Jira-questions/Jira-JAVA-API-get-list-of-all-JIRA-users/qaq-p/688553

 

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 6, 2019

Welcome to the community!

It's hard to say what you need to change, as we don't really know what you have done.  Some code in a .java file and running atlas-run suggest you've done some of the basics you need, but we don't know what else is there.

Did you have a run through https://developer.atlassian.com/server/framework/atlassian-sdk/tutorials_and_guides/ to help you stand up a development environment?  Was your .java file replacing the stub the atlas-create-plugin script generates?

Suggest an answer

Log in or Sign up to answer