Adding Jira Issue Collector to modern Sharepoint

Anonymous
2023-03-16T13:06:38.4866667+00:00

I'm trying to add a Jira Issue Collector to a modern SharePoint page, I tried the Embed code but its giving me error that "This embed code doesn't seem to work. We only support iframe based embeds." I have tried many other ways suggested on the internet nothing is working, I reached out to JIRA and the only solution they have is to add the issue collector as embed code, the only solution I found was by using "Content editor" which is not support in modern Sharepoint.

any suggestions please.

Microsoft 365 and Office SharePoint Development
Microsoft 365 and Office SharePoint For business Windows
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 40,471 Reputation points Microsoft External Staff
    2023-03-17T01:49:38.6933333+00:00

    Hi @Tamer [FH]

    Two web parts that are not available in SharePoint for Microsoft 365 modern pages are the Script editor web part and the Content editor web part. If you can't find an out-of-box web part that works for the scenario you need, consider migrating your existing Script Editor web parts or creating new custom web parts using the SharePoint Framework (SPFx). You may even find web part solutions that exists in PNP samples or community created solutions

    Currently there is no Content editor web part in spfx, I will recommend you to try to use a Script editor. Here is the sample for Script editor web part for modern pages built in React


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.