Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

get application link server (JIRA mainly)

Robin Peters
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2014

Hey,

I'm creating a Confluence-Blueprint which should create a JIRA issue on the fly. That's no big problem with JIRA REST. But at the moment I had to hardcode the JIRA Server URL.

Is there any possibilty to get the JIRA Server URL in my confluence blueprintlistener.java or via REST? Can I get all connected application server?

Regards,
Robin :)

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 22, 2014

Hello Robin,

there's a specific API for this https://docs.atlassian.com/applinks-api/latest/

Here, the dependecy you need :

<dependency>
    <groupId>com.atlassian.applinks</groupId>
    <artifactId>applinks-api</artifactId>
    <version>3.2</version>
    <scope>provided</scope>
</dependency

Hope this helps,

Fabio

Robin Peters
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2014
TAGS
AUG Leaders

Atlassian Community Events