So the below site describes how to remove app-links using an API, but I need to create one, likewise the link it provides is to use the web-gui to create app-links.
I want to know how to do this, and if anyone here has done this, or has an idea of how it could be done please let me know, as I need to create app links from the OS layer, with no foreknowledge of remote server configuration.
https://confluence.atlassian.com/jirakb/how-to-remove-application-link-directly-through-jira-database-285839519.html?_ga=2.187577576.1350308439.1552332146-1806774194.1532977478&_gac=1.92333807.1552593623.CjwKCAjw96fkBRA2EiwAKZjFTeMEYWddTtpFKGdJJZ5ooD7M-qY_HYU4lZhWnCFJhbj5plhfTMAK-BoCkSoQAvD_BwE
Currently there are no REST API methods that can create applicaiton links directly. There is a request for this in https://jira.atlassian.com/browse/JRASERVER-61753
There are JAVA APIs for using the application link packages which are documented over in https://developer.atlassian.com/server/framework/atlassian-sdk/application-links/ Perhaps you could create a Java application or plugin that could automate this process in some way. However it seems like this might be difficult to automate. By design the creation of application links is prompting the end user to accept the token by redirecting to the other application with a corresponding admin account. Perhaps you could customize this code in some manner to achieve this.
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.