We are experiencing an intermittent issue when creating issues via the Jira REST API. While most of the time the issue creation works correctly, sometimes we receive the following error r...
Hi, I have written a Bookmarklet to update the labels of Tickets. To archieve this I have used the REST API, something like this: var labelBody = '{ "update": { "labels": [ { "add": "' + l...
Hi, I am programmatically trying to create and start a crucible review. I can create the review using http://host:port/context/rest-service/reviews-v1 POST API. Then we add the c...
For new users that are registered into Jira Datacenter upon hire, I had a Python script that would load their avatar in from another source into Jira via the REST API. That has failed recently and I...
Please help me understand how to use the Scriptrunner's resource in the REST endpoint. Right now, my script does not work without a token in it, but I want to hide it with the Resource. I use it t...
Please help me understand how to use the Scriptrunner's resource in the REST endpoint. Right now, my script does not work without a token in it, but I want to hide it with the Resource. I use it t...
After upgrading to 10.3.5, all my REST plugins stop working. I did not change any code, and my plugin was referring to this doc: https://developer.atlassian.com/server/framework/atlassian-sdk/rest...
In the REST Api docs for Bitbucket Data Center we have the endpoint: https://developer.atlassian.com/server/bitbucket/rest/v906/api-group-repository/#api-api-latest-projects-projectkey-r...
Atlassian offers Java libraries to use the REST API of JIRA using native Java objects ("JIRA REST Java Client"). These libraries are being regularly updated. However, I could not find any up-to-d...
G’day Atlassian community! On Oct 31, 2024, we announced the deprecation of several widely used REST APIs in JIRA, namely: GET /rest/api/2|3|latest/search - Search for issues using JQL (G...
...se "lookup objects" action. So we need to make a REST call to the assets API and retrieve the data via AQL. The result is a very big JSON with many json objects and many attributes. I do not f...
Hello 😊 I am currently working on a Python script that creates a test execution via the Jira Xray API. I have to specify the ‘fixVersions’ in the payload. Unfortunately, I always get an err...
You can access the Audit log feed to track activities related to the Marketplace application installed in Jira cloud. RSS Feed: https://your-instance.atlassian.net/rest...
I am automatically updating a table on a confluence page using the REST API. To make this process easier, I wrote a template and added tags to the individual cells. <td data="TAG"> U...
We use a table on a confluence page to keep track of certain tasks. This page should be automatically updated and we are using the REST API for that. But now I run into the problem of tagging u...
Using the "JIRA REST Java Client" (JRJC) library it is possible to read/edit/create JIRA tickets using Java via the REST API. I would like to access information about the JIRA Sprints contained in a...
I am wondering what does the ”continuable” state means in the response from the result REST API endpoint. In the documentation for another endpoint it says: continuable b...
Hello Atlassian, I would like to stop a currently running Bamboo plan using the REST API. Could you let me know which REST API I should use? Thank you
Hello everyone, I'm having an issue with the JQL Search endpoint. When reading the documentation at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#a...
...nother via python script? import json import requests # Source Confluence API URL source_page_id = "dummy_page_id" source_url = f"https://source_confluence_instance.com/rest/api/c...
All, I am using the REST API endpoint to perform a post to create a snapshot of a project in Jira. I am creating the project with Issues. When I do this my python script gets a 504 e...
Dear community, I´m using the R4J REST API to read out various data from R4J via curl commands. Unfortunately the returned JSON Strings have sometimes (in my opinion not deterministic, i...
I'm developing a headless Forge app (id is ari:cloud:ecosystem::app/e2584630-808f-4334-b7af-6ae832fdbacc) that serves as a serverless endpoint to interact with the Bitbucket API. The app's ...
Dear Community, I´m want to get the requirement tree structure with it´s issues in R4J via REST API. Unfortunately all ways I found in the web were not successful. Accessing special issues, e....
Hi, I'm looking for a way to populate the list of options for a custom list field by with the response provided by an external REST API. Thanks for you help.
Copied to clipboard