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...
Dear developers, please, try to help me. I am using webpack 5, after adding the library my projects started to take 12 mb instead of 400 kib as before and project building takes 50-80 seconds. pac...
Some details
...WS_DEFAULT_REGION: $AWS_DEFAULT_REGION S3_BUCKET: $S3_BUCKET LOCAL_PATH: "./build/" ACL: 'public-read' - step: &auto_merge_down name: Auto Merge Down script: - ./autoMerge.sh s...
...OCAL_PATH: "./build/" ACL: 'public-read' - step: &auto_merge_down name: Auto Merge Down script: - ./autoMerge.sh stage || true - ./autoMerge.sh dev || true caches: jest: /tmp/j...
Is it possible to do the O Auth authentication within an iframe of an React application without opening a new tab. when using an iframe, Atlassian refused to connect due to same origin policy and whe...
What happened to DEISER during Codegeist 22? Atlassian has confirmed DEISER as one of the winners of the app creation contest in Codegeist 2022. Finally, we can say that it's a reali...
Facing issues exceeding memory limit even set size is 2x. image: nikolaik/python-nodejs:python3.10-nodejs14 pipelines: branches: master: - step: size: 2x...
My company is using Jira Enterprise and I want to access my team's board and my own tickets through the Jira API. I am working on setting up a react app for an internal project we will use for onboar...
Hi there I'm trying to build and deploy my react app using bitbucket pipelines, I have built and deploy other ones, but for some reason this one is throwing me the following error ...
Hi there, I'm trying to run `eslint` and `test` in my pipeline but they both fail with the following error: + yarn run test yarn run v1.22.15 $ react-scripts test ...
Hello! I am trying to deploy a react application to AWS using bitbucket pipelines. All my scripts works fine except the build script. It fails with this error "item.node is not a function" without ev...
Hi guys, Im trying to Publish/Host a ReactJS project on Bitbucket. The project was bootstrapped using create react app therefore the index.html file is within a public folder I.e. root/public...
Hi guys I'm trying to export my atlassian dynamic react table as a csv file but the table I'm getting in the file is not really looking as I expected... I tried using the react-csv library but I'm ge...
Hello, I have a react file that looks like this: export default class ShareFilter extends Component { constructor(props) { super(props); this.state = { ...
I can get Jira issue collector to work in a Confluence page, but not in React. Can you tell me how to do it in React?
Love coding? So do we! As the vendor of the best-rated Jira app on the Atlassian Marketplace - Jira Workflow Toolbox - we are actively looking for new members to join our ranks to join us on our jou...
Hi everyone i am developing a react application with a java backend; right now i need a way to integrate with Jira Software Cloud. I need to create tickets via REST API call directly from front-end....
Hi, Everyone. I'm tunneling Forge and React to develop an add-on. Manifest.yml resources: - key: main path: static/hello-world/build tunnel: port: 3000 However, using the Form tag fro...
Hello, I would like to get the email address of who pushed the custom plugin button. Unfortunately, the context doesn't contain this information.
Hi there, I'm trying to better understand how do pipelines actually work. I'm guessing a docker image is created for each step on the pipeline, or is it just a single docker image? &nbs...
I have a jira cloud plugin and I want to notificite my users when they are on other Jira tabs/pages. I included React in my project and tried to use this component https://atlassian.design/compo...
I am using a documentation generator that behind uses react. To generate the documentation I do the following steps: "yarn install" "yarn build" Then i get a folder called build/ with all static c...
I am getting error when I am using these pipeline steps.. Heroku is detecting only python buildpack not reactjs pipelines: default: - step: name: Backend Build ...
I am trying to setup a pipeline to build a React application (created using react-scripts ) and deploy it to a remote server with its specific environment variables. Those variables are defined...
Copied to clipboard