I use the table transformer to join a simple table with a jira macro table.
I already have a working hyperlink to the (single) Jira issue I want to display, no issue there, using formatting this link works like a charm.
However, I miss the automatic "mentioned in" link from the Jira issue back to the page - with just a Jira macro, this works. But it seems the table transformer kind of destroys this "backlink":
Confluence page ----> Jira issue (works)
Jira issue --X--> Confluence page (does not)
Is there an option to get this to work (except manually)? Or is it generally not possible using the table transformer?
Hi @FilBerry ,
Please give us more info about the backward links - not sure that we got the case.
How do you get the links from Jira backwards to Confluence pages? Are they stored as a custom field?
Maybe you have something similar:
Let's consider that the first table with links was generated by the Jira Issues macro. The second one was created manually.
SELECT T1.'Key', T1.'Status', T1.'Mentioned In',
T2.'Comment'
FROM T1 JOIN T2 ON T1.'Key' = T2.'Key'
Here you join these tables but not with the help of the default Lookup preset - list the required columns from the tables manually. Their formatting (i.e. links) will be preserved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Katerina Kovriga _Stiltsoft_ ,
thanks for your swift reply. I hope I can explain further:
In my case the "mentioned in" issue-to-page link does not exist (yet). Before I used the table transformer the steps to create this "mentioned in" link were:
1. Create Jira issue. There are no issue links.
2. Create Confluence page.
3. Use Jira macro on the Confluence page to show the issue URL (or show as table with some additional issue fields). I can use this link on the page to get to the issue.
4. Now the Jira issue has a "mentioned on" link that takes me back to the Confluence page, I do not have to manually create the link.
My problem arises when I do the same steps as above, but instead of only using the Jira macro in step 3, I use the table transformer to join 2 tables (one of them a Jira macro), the "mentioned on" link from step 4 will not be created.
I still have the correct page-to-issue link (on the Confluence page), but there is no automatically created issue-to-page link (in the Jira issue).
I have an inkling that the enclosing table transformer swallows the Jira macro magic, which you probably have no control over. Would be nice if I were wrong, of course :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @FilBerry ,
Here is how everything works for us:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Katerina Kovriga _Stiltsoft_ ,
you're right, I did not catch that it does not work with the table view of the Jira macro!
I guess my question is answered then, I'll find a pretty solution for our setup.
Thank you so much for your time! By the way, I really like making use of the table transformer, it's super helpful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the positive feedback!
I'll pass it to our team.)
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.