Jira Rest API for ApplicationLink Status

mohammed azfar January 22, 2018

Folks, 

 

Ref : https://confluence.atlassian.com/jirakb/how-to-remove-application-link-applinks-via-rest-api-646447740.html

 

Is there any way to find the ApplicationLink Status like ( Connected,NoT Connected, Network Issue ) etc these through jira rest api.

 

I have tried using /rest/applinks/1.0/applicationlink/<ID> but no luck 

 

--

Cheers

1 answer

1 accepted

1 vote
Answer accepted
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 31, 2018

Hi Mohammed,

You can try <BASE_URL>/rest/applinks/1.0/listApplicationlinks

This should show you a list of your application links and there is an Applink state key:

    <appLinkState>OK</appLinkState>

Hopefully this helps.

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer