...mall script I have downloaded just to check that sqlite is actually working correctly. It opens a sqlite-db (in the same folder as where phpunit should do it), creates a table, inserts some data and s...
Hey folks, I am kinda lost here. My Company has a php project that is running since a couple of years in its current microservice architecture. lately the company was sold and a lot of people got l...
...axResults=3 This returned: object(stdClass)[1] public 'expand' => string 'schema,names' (length=12) public 'startAt' => int 0 public 'maxResults' => int 3 public 'total' => int 9...
My team is using Laravel tested with phpunit. We want to run our tests in parallel however when using paratest it tries to connect to multiple databases, and the databases need to exist b...
Hi, Can anyone help on how to create a new ticket / issue on Jira using PHP? Thanks, Jassim
In my project I want to deploy my Laravel application with composer and php v8.1.6, but the default of this container now is 8.2.0 as of Dec 12. I'd like to know if its possible to choose a v...
Hey atlassian community, I am working on PHP application and facing and issue. Is there is any way to convert jira API response into working HTML. Here are is the response i g...
....pipelines .env - composer install - php artisan key:generate - php artisan optimize:clear - ./vendor/bin/pest --coverage - npm ci --legacy-p...
Hi all, I'm stucked very well. Every GET request works fine, but I can't set any customFiled value with php curl. My first problem, that I cant achive any answer from the server, so I a...
Hi, i have integrated shibboleth SP to my codeigniter app. The first problem i have is that i can't acces www.example.com/Shibboleth.sso.. because it is returning 404. Then i made a workaround and...
I am new to Jira API, I am facing an issue when I get data from Jira GET API it returns me a description in JSON form data How can I convert it into working HTML, Same as when I ...
I have set up automatic deployment in my repositories to deploy my PHP / Laravel applications. Now I need to know how I can upload one * .yml file to my BitBucket repository and to a specific b...
...:\wamp64\www\sw-customer-support-portal\wp-content\themes\Avada-Child-Theme\templates\jira.php:279: object(Unirest\Response)[2942] public 'code' => int 400 public 'raw_body' => string '{"e...
Greetings, I am using jira documentation for deleting issue https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-delete ...
hi all i would like to know how i enable/install php onto bitbucket????
...ress create and download button on confluence page (using post ajax call to PHP page) 3) Create file on server side 4) Download and save the file to the local system 5) Delete the file on the server s...
We have been facing a weird issue for last few days of pipeline failures. We have PHP based website which is deployed through the bitbucket pipeline and docker image. When the pipeline is r...
Hello, everybody. I have a question about using the Trello API. Unfortunately, I’m new to working with APIs, I’m sorry. Can someone give me a code example (with PHP or JavaScript) of how to use t...
Hi, nice to meet you all - again.
I'm trying to retrieve a list of projects using the API GET /rest/api/3/project/search and connecting via PHP. The API docs show a PHP example using something called the Unirest library and g...
Hello, I am having trouble running PHPUnit in Pipeline. Running PHPUnit locally will be successful. PHPUnit 6.5.9 by Sebastian Bergmann and contributors. . .......................................
I did more than 10 ways to put the incident connected with the component but no one works correctly . Structured array: $array = array(); foreach ($components as $component) { $array[$co...
Hi I am using the https://bitbucket.org/atlassianlabs/atlassian-oauth-examples/src/master/php/ for oAuth process and requests. This is working fine and I am able to use the post and g...
Hello All, I posted a similar question regarding how to post a single file using the Confluence REST API with php curl. I was able to get that to work with this code: $ch = curl_init(); $p...
Copied to clipboard