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

Can I display JIRA issues in Confluence without the hyperlinks?

Lisa Walk February 12, 2015

We'd like to use Confluence to create a document that includes a list of JIRA issues. The document will be public-facing, so we don't want to include the hyperlinks that display with the JIRA Macro.

Is there a way to display JIRA issues in Confluence without the hyperlinks? 

 

 

3 answers

3 votes
MattS
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.
February 12, 2015

Funny you should ask. I did this the other week for a customer. Create a new multilingual text custom field. Use the wiki renderer in a field config for the project. Enter the issue keys in the gilts wrapped by the noformat macro. Then choose that field in the confluence JIRA macro. 

If scripted fields allowed wiki markup this could be automated

MattS
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.
February 12, 2015

Multiline that is. Gilts was field before autocorrect struck

Lisa Walk February 13, 2015

Thank you, Matt. I will give this a try.

1 vote
Alex Medved _ConfiForms_
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.
February 18, 2015

If you are open to new plugins then ConfiDoc plugin might help.

You will need a define your connection to JIRA in plugin configuration and then basically can make the same queries as JIRA issues plugin does, but have total control on how the result is shown (tables, cards, wysiwyg)

It can connect to any service that have REST API (basically all Atlassian products), you can also show some un-stuctured content from other services (just arbitrary HTMLs, images)

Ansar Rezaei
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.
January 16, 2020

Hi @Alex Medved _ConfiForms_ 

Is it possible to show a table view of issues with a query?

I did the same you said and it shows all of the summaries in one field.

Here is page source for it:

<p>============================ Application Link==========================</p>
<ac:structured-macro ac:macro-id="29efb89b-85df-4109-bc35-7d170644f017" ac:name="confidoc-table" ac:schema-version="1">
<ac:parameter ac:name="values">[JQL]project=SB;</ac:parameter>
<ac:parameter ac:name="serviceId">95a653060fbd4e4552ee5b36cb28ea2a</ac:parameter>
<ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter>
<ac:rich-text-body>
<p>
<ac:structured-macro ac:macro-id="a568ccb5-7d76-4def-9065-21cee6979a2c" ac:name="confidoc-field" ac:schema-version="1">
<ac:parameter ac:name="name">issues.fields.summary</ac:parameter>
<ac:parameter ac:name="label">summary</ac:parameter>
</ac:structured-macro>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">============================ Direct API ==========================</p>
<ac:structured-macro ac:macro-id="32adcd46-eb64-4016-bb22-e771c7fd6fda" ac:name="confidoc-table" ac:schema-version="1">
<ac:parameter ac:name="values">[JQL]project=SB;</ac:parameter>
<ac:parameter ac:name="serviceId">9c50fd4d4c93b24e2b4e54cf9a277294</ac:parameter>
<ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter>
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="508e3497-9767-41ac-9cf0-ac1a01450d9e" ac:name="confidoc-field" ac:schema-version="1">
<ac:parameter ac:name="name">issues.fields.summary</ac:parameter>
<ac:parameter ac:name="label">summary</ac:parameter>
</ac:structured-macro>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<p>
<br/>
</p>
Alex Medved _ConfiForms_
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.
January 16, 2020

You need to set the "root" in the view to be 

issues

and your fields shall be accessing the values without this prefix.

 

Basically setting the root means that you are iterating through the returned array of "issues", for every "rows" in issues array returned

Like Ansar Rezaei likes this
Ansar Rezaei
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.
January 17, 2020

Well done!

Thank you so much

0 votes
Boris Berenberg
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.
February 12, 2015

Just insert a link and paste the URL into there.

Lisa Walk February 12, 2015

We don't want to publish links or anything that looks like a link. Is there a way to pull the the issue from JIRA and display it in "paragraph" style without a link?

Boris Berenberg
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.
February 12, 2015

Take a screenshot of it and embed it in the document? Maybe export the issue to PDF and then attach that?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events