How handle this macro with authentification for JIRA?

Tunahan Coban October 30, 2016

This question is in reference to Atlassian Documentation: JIRA Issues Macro

Hey,

First of all:

I want to implement a new macro/plug-in for Confluence that allows me to show the value of a specified field of an JIRA-Issue. For example: I paste the JIRA-key or the JIRA-link and the field "created", which I want to have, and finally I it shows me only the value of the field "created".

Does something like this exist?

If not: I have the problem that I need the authentification of the user (username/password) for the REST-API request, someone have an idea about this? Or could I see the source code for the existing JIRA Issue Macro?

 

Best Regards.

1 answer

1 accepted

0 votes
Answer accepted
Timothy
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.
October 31, 2016

There is a ApplicationLinkRequest class that you can use to make requests:

You'll probably be able to reverse the direction of the code in the example.

 

Suggest an answer

Log in or Sign up to answer