I am currently developing a plugin for jira. I need to automate the process of creating an application link in jira. I referred the below link for the creating the applink using restAPI,
But I got the 401 unauthorized error as response. How to proceed with it ? How to define the payload json that has to be sent along with request? Is there any document for creating the applink using restAPI? Please help.
I cannot find any documented endpoint to do that but I'm pretty sure it is possible.
Have you tried to use the Atlassian REST API Browser ?? Maybe a better approach is to find the correct endpoint using this tool and launch the REST call manually until you discover the right payload.
Regards
Thanks for your response. I coundn't find useful restapi from the plugin that you have mentioned. Is there any other way to find it out ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure about.
Anyway, Do you use basic autentication to launch this REST Call? Because you must and the choosen user should have administratives privileges.
And is the username and password correctly set in the payload as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I have. But I coundn't create the application link using the restAPI.
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.