You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi guys,
I am trying to add the issue collector into the modern version of SharePoint, But modern version SharePoint doesn't support webpage content editor anymore. I am wonder if anyone has a work around for this problem please? Thank in advance!
Cheers,
Viv
You can save your issue collector code in an .html document and store that within your Sharepoint documents. Then copy the link and Button Web Link with the URL of the html file you created. It will execute in a new window but it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to do this as well but when I follow the link it opens the html file for editing rather than opening the form. Do you need to use a custom trigger and set it to reference the Button Web Link like shown below for this to trigger correctly?
<script type="text/javascript"> window.ATL_JQ_PAGE_PROPS = { "triggerFunction": function(showCollectorDialog) { jQuery("#ButtonID").click(function(e) { e.preventDefault(); showCollectorDialog(); }); } }; </script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I get the same results as David when saving as a .html in a document library. The only thing I have gotten to work was adding the issue collector script tags to a modern script editor on a classic 'web part page' in SharePoint online.
When I add the Jira Issue collector script tags to a modern script editor on a modern sharepoint page (online), it doesn't work. When I look at the source code on the page, it looks like the beginning tags on the script tags is being converted to unicode.
I can't figure out how to get the script tags to render correctly on a modern page.
Has anyone else found a work-around yet to embed an issue collector on a modern sharepoint page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vivien Pang Welcome to the Atlassian community.
I believe you can use embed or embed webpart to accomplish this.
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 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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.