shall i use the command atlas-create-jira-plugin-module or atlas-create-refapp-plugin-module
and what is the url through which it can be accessed?
You can use atlas-create-jira-plugin-module.
It creates simple REST based on your resource name inputs. You will find the corresponding entry in atlassian-plugin.xml where you can see the url.
I suggest you to use REST API Browser for JIRA while developing you REST.
Regards
Prakhar
@Prakhar Srivastav {Appfire} can you please help me with the REST url of that created jira rest api or is it same as the reffapp tutorial
I have used the default myresource as class name and other default settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using REST API browser you can see and find your registered REST service and it's URL.
Typically it is like this :
contextPath +'/rest'+path-in-atlassian-plugin.xml+ resourcePath
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the help @Prakhar Srivastav {Appfire} i have tried the get request by following the refapp tutorial.
Any idea about the POST request?
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.