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 .
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.