Hi all,
I want to temporary remove an Application Link, but doing that is also removing specific Project Links.. Before doing that I was hoping to see how many Project Links are already configured in the system for example to later recreate them..
Are you aware of any method to get the list of Project Links between two apps connected via Application Link?
I know that we can have that information in JIRA when having a link to FishEye, but I do not see any other way to know how many project links are created for example to Confluence..
Is this available somewhere? Any ideas?
Thanks,
Mirek
You can try using the REST resource for application links - rest/applinks/1.0/applicationlink to get this information, but you'll have to explore all available rest methods as there is no documentation because this is a private rest resource.
The easiest way is to use the REST API browser - plugins/servlet/restbrowser (make sure that you uncheck (Show only public APIs)
Hi Boris,
Thank you for very good suggestion. I was able to easily use REST to get report of all project links used in the systems. The output satisfied me.
Best Regards,
Mirek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mirek,
Please show your REST API that listed all the Jira projects with application links. I used the " rest/applinks/1.0/applicationlink" , but it only displayed the Jira Application Links but not for Project Application Links. Thanks.
Kind regards,
-Trung
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm in a similar scenario the the REST resource seems almost useless to me since it's a private resource so I get that CORS error. It works when I attempt it this wacky way on my local machine, but not on our company's actual running Confluence instances.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mirek -
Sorry if you already knew this, however have considered just not re-adding the project links ?
These were once needed for FishEye/Crucible, however in recent versions 2.9 and higher, they have become redundant. There are still some edge cases where users may want to configure Project Links such as when you have > 1 FishEye server linked to your JIRA, and the performance is not adequate.
Otherwise, your best bet is to use the REST resource, or right a plugin which creates the report you need.
Cheers,
Nick
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.