Issue: I am using the Jira Issue/Filter macro in a Confluence page. In Jira, there is a list of items selected. I want to have commas or semi commas when I pull it into Confluence.
For example, currently in Jira there is an External Document field:
Then the table cell in Confluence shows: (note, no commas or anything to separate the list)
Question: How do I enter commas or semicolons or something to separate each item?
Here is my SQL so far:
FORMATWIKI(SUM("External: " + 'External Document')) AS 'Resources'
Hi @Laurie Huth ,
If I got the case right, in the original table coming from the Jira Issues macro you have a plain row of words without any separations:
|Client Outreach Client Training Tech Letter VBN|
Then you just add the "External:" expression to the beginning with the Table Transformer macro.
The problem is that we don't know where/how to break your original string coming from the Jira Issues macro (by special separators, string length, etc.). Physically it is a row of words with spaces. It is only logically that we understand that a correct variant is
|Client Outreach, Client Training, Tech Letter, VBN|
and not
|Client Outreach Client, Training Tech Letter, VBN|
or smth else.
So, as for now I don't have any ideas. Maybe smth can be done with the original field in Jira so that it will be better displayed in Confluence.
The original field information from Jira (that has comma separators) is from a dropdown list. See images.
The field as it appears in Jira:
after choosing options from a dropdown menu in Jira:
Jira automatically put commas into the External Document field shown above, as it knew where the separators were originally. Is there a way to have Confluence pull in the content exactly as it is shown in the field (with the commas). I've been trying to think of some clever workarounds...
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, I don't have any ideas. The Table Transformer macro won't be of any help because we can't put any splitting logic inside its query.
Maybe you should try to post another question with a different topic (smth regarding "Custom Jira field is poorly displayed in Confluence") and add Jira Issues macro to the hashtags - maybe this question will attract more experienced Jira users. I don't think that your case is unique, maybe there are some workarounds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.