Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Is there a way to embed the JIRA Collector form in Confluence? JIRA / Confluence both share the same userbase and I want users to be able to submit some requests directly from within the confluence.
Also, if that can't be done, how to put a link of the form on the page, so that someone clicks there, and it will pop up a form where users will put requests.
Thanks very much in advance.
This is what worked for me. Everything was done as per:
https://confluence.atlassian.com/display/JIRA/Advanced+Use+of+the+JIRA+Issue+Collector
Except the last line I have pasted here. I was able to open the Issue collector form by just clicking that button.
<script type="text/javascript" src="https://myjiraserver/s/en_US-tmk2k1-1988229788/6102/4/1.4.0-m3/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?collectorId=62933b0b"></script> <script type="text/javascript">window.ATL_JQ_PAGE_PROPS = { "triggerFunction": function(showCollectorDialog) { //Requries that jQuery is available! jQuery("#myCustomTrigger").click(function(e) { e.preventDefault(); showCollectorDialog(); }); }};</script> <input type="button" style="color:green" id="myCustomTrigger" class="button" value="Raise A Bug for ADMIN!" />
I've tried to solve this issue for 2 days. Your code worked. Thank you very much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
THANK YOU!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes... Thanks!
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.
Hi everyone, we were able to make Jira Issue Collector form work in Confluence Cloud using HTML Macro for Confluence.
It was quite tricky to do it, so we have written detailed documentation here:
Embed Jira Issue Collector Form in Confluence
You can try the demo at the end of the documentation page by clicking 'Give Feedback'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does Confluence have an restrictions on the number of Issue Collectors you can have embedded on one page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I can tell, it's impossible to do any...
(None of the "solutions" above work any more...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I added generated script into the space layout configuration code and I have issue collector on all my pages in the space.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please elaborate.
As far as I can tell, you can't put any HTML into the Header/Footer...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Guys,
Our Jirassimo IntakeForms add-on can be integrated into Confluence using this free macro:
https://marketplace.atlassian.com/plugins/com.jirassimo.addons.intakeforms.confluence/cloud/overview
Cheers,
Vlad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried for cloud but got the following message
Error
We are unable to generate an evaluation license. The plugin key is invalid. Please contact us if the problem persists.
Tried the plugin, created the form but cannot use from confluence. If not from confluence. how else can the created form be accessed by teams.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That link is for Confluence and Rally - not Confluence and Jira.
Pretty sure no one is going to accidentally put a Rally button in a Confluence page and switch from jira to Rally...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, I followed all the necessary Steps in order to embed the Issue Collector into a Confluence Page, but it is not working!
The problem is when i click on my link, the Collector dialog box is not displayed and i get no errors at all!
The log message i get is :
Focus - starting requestscom.atlassian.mywork.mywork-confluence-host-plugin:mw-header-anchor.js:100
<head><script type="text/javascript" src="https:/XXXXjira/s/d41d8cd98f00b204e9800998ecf8427e/en_USinmg63-1988229788/6159/8/1.4.3/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?collectorId=201e7ae7"></script> <!-- This is the script for specifying the custom trigger. We've replaced 'myCustomTrigger' with 'feedback-button' --> <script type="text/javascript"> window.ATL_JQ_PAGE_PROPS = { "triggerFunction": function(showCollectorDialog) { //Requries that jQuery is available! jQuery("#feedback-button").click(function(e) { showCollectorDialog(); e.preventDefault(); }); } }; </script> </head> <body> <h2>JIRA Issue Collector Demo</h2> <a href="#" id="feedback-button" class='btn btn-primary btn-large'>Report feedback</a> </body>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting the same, Please suggest !!!
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.
You sure can. Look @ https://confluence.atlassian.com/display/JIRA/Advanced+Use+of+the+JIRA+Issue+Collector and scroll down to the section "Embedding the Issue Collector in your Confluence site".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, I looked at that. It did not work. I could not get html include to work at all. I was able to put that link on top of the page using "html" macro. But I don't want to put it on top, I want it on the page and if possible just get the form there on the first place rather than waiting for someone to click.
thanks,
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.