I created an issue collector and it does not appear anywhere on page. No JS errors appear in firebug. NET tab shows that the JS is loaded.
I have no issues with Jira access. Tried in chrome, firefox and IE.. just a blank page.
I setup a barebones example just to try to get it working
<html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> <script> // Requires jQuery! jQuery.ajax({ url: "https://savvior.atlassian.net/s/f861f5e58f7f99add94f6ee0520eb848-T/en_USp5mzfb/6327/39/1.4.11/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs.js?locale=en-US?collectorId=5581acb0", type: "get", cache: true, dataType: "script" }); </script> </head> <body> <h1>Hello World!</h1> </body> </html>
Hi Nicholas,
If I'm not mistaken, there is a related bug of Issue Collector for JIRA OnDemand.
For now, could you try to remove the "locale=en-US?" from the snippet then paste the entry into an HTML Page?
This is the bug report that I have found:
Hope this helps.
Regards, Julian.
Oh i see what you did there, I ddn't notice the 2 questin marks.. first one should be an & symbol.. ha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OOPS.. sorry, my mistake, the workaround above DID solve the problem for me.
thank you Julian :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the workaround did not work for me so ... wait&see next week for the fix :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicholas,
it seems I have the same problem here. Just created a simple collector following instructions. Copy paste the code. Nothing happens. The default button just does not show.
Am I missing something ?
Do we have to activate something in the Jira settings ?
I'm running Jira AGile OnDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.