Introduction As Atlassian Cloud continues to evolve in 2024, the opportunities for developers to build custom apps for the Atlassian Marketplace are more exciting than ever. However, creating a tru...
Hello there! If you're involved in developing or maintaining Atlassian Connect apps, this cross-posted article is for you: Dynamic versioning of an Atlassian Connect app Developing a productio...
“Organizations are made of people who create and follow processes which are constantly changing and are in need to be supported and nurtured… this is the spot where I realized I can br...
Hello! In this article we will continue to talk about atlassian-connect-express and we will talk about context parameters. This article will be based on this article. You can find the source ...
Hello! In this article we will see how to add your own settings to the database. This article is based on this one. You can find the source code for the article here. You can find a vid...
Hello! In this article we will talk how to execute your own code after somebody installed our app to Bitbucket. This article is based on this one. You can find the source code here. You...
Hello! I this article we will learn how to debug the backend of our application in Visual Studio Code (VS code). The code for our application will be based on this article. You can ...
Hello! This article is based on the previous article. You can find the source code for the article here. You can watch the video for this article here. In this article we will discuss h...
...rontend/package.json file and add dependencies for i18next package: "i18next": "^19.9.2", "react-i18next": "^11.8.10", Then create frontend/public/locales/en/translation.json with the following c...
Copied to clipboard