Hi everyone,
I’ve been working on Jira Server Plugin with work with Atlas kit and React Js. There is several examples in the Internet but no one has a clear explanation. So I’m confused a little bit.
Resources those I read about this topic ,
https://bitbucket.org/scottdudley/devday-2019/src/master/
https://blog.codebarrel.io/developing-a-jira-add-on-like-its-2016-575b6f77b3b6
Non of that can not solve my problems. I can’t configure frontend as React.
Why couldn’t I find a clear example of hello world on such an important topic?
Is there step by step example or blog or video etc. ?
Anyone can help me ?
1 Like
Edwin
April 24, 2020, 4:11pm
2
Hi, indeed, its strange that “no hello” world could be readily found. Many vendors lost time on this, I think.
We made it work by combining the atlassian-webresource-webpack-plugin, webpack and react.
The documentation here really helped :
https://bitbucket.org/atlassianlabs/atlassian-webresource-webpack-plugin/src/master/
The webpack uses babel to cross compiles the react code, and includes it in the app.
It’s good to first learn about react & babel cross compiling, before learning more about webpack and including react in Jira Server.
Hope this helps,
Edwin
Hello!
I had to do the same for one of my projects and I wrote a detailed article about it:
1 Like