We have a JIRA issue collector that we embed on a couple sites. Is there a direct URL that can be send via email to a user (or placed in our team email signatures) that would provide that same limited field create page to our customers?
This solution on confluence doesn't appear to work for me:
The instructions on the linked page are not working for me either. I get an empty blank page. The markup for the form collector is there on the blank page but some CSS styling seems to be preventing it from being rendered correctly
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.
Also encountering this. Would appreciate a solution from the Atlassian team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try solution mention below?
https://<your_url>.atlassian.net/rest/collectors/1.0/template/form/<collectorid>?os_authType=none#
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, @Greg Hochard; I hit the same issue described above. The CSS hides all of the form elements, leaving a completely blank page. I've confirmed this behavior in a few different browsers. If I had to guess, the elements are supposed to be unhidden when the user clicks on the (now non-existent) button to supply feedback.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Guys, were you able to manage it to work ? I am also in need of this :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No dice here. The only solution I found was to embed the script in an HTML file, which can then be opened locally or hosted somewhere; kind of a horrible hack.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope. It'd be nice, but so far there has been no help and no response.... as usual.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me. Any idea how to code a default field value into the link?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That answer doesn't work on server solutions, only atlassian.net.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://<your_url>.atlassian.net/rest/collectors/1.0/template/form/<collectorid>?os_authType=none#
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works for me! (cloud-hosted)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me too, (server). All I had to do was replace the atlassian.net with my company domain name and of course our collector ID and it worked perfectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the folks this works for are self hosted and those it doesn't are cloud. The poor level of access us cloud hosted folks get is driving me insane. Can we get a way to do this Atlassian?
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.
how we try to solve regular Jira collectors links (embedded code) not showing: (not direct links)
just hoping it helps to someone with direct links issues...
not pretty, but it works :-). In our case we are able to add empty <p> tags after the links as much as we want. it's aka empty landing page with some links (Jira collector links, we have 3) on the top, which looks just fine and serves for the purpose. The page is wide enough as well, so Jira collectors iframes open with no issues.
Seems like no matter how I've coded, iframe collector only takes available space from the parent container. It doesn't work at sidebars (restricted by 200px width and 200px height).
If I hack it with JavaScript, it opens behind the main window and can be partially visible. Aka bad overlay or pop-up window :-). Iframe doesn't know about surrounding, it acts solo as separate html page.
I was able to style it a bit, but not much.
It should be easy, right???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Andy Heinzer please help!! This is another example of user impact of not being able to expose issue collector URL. Is it really that difficult to do? Please, there are countless users reporting this issue through so many different tickets. And of course, it needs to work for the cloud version and for on-prem deployments.
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.