Hi, when I try to add a new card to a list using POST /cards, I get this error: invalid value for idList I have confirmed I'm using "idList" (correctly capitalized) for the list. I've put everythin...
I want to create cross-project releases using Jira REST API. I've tried a PUT and a PATCH request to rest/api/3/plans/plan/{planId} and I got 415 and 400 responses. I've tried the following payload...
When are the customer request creation or comment creation endpoints in the Service Desk API going to support ADF for the description field?
In case you missed the recent changelog notice, we're posting it here, too. Effective 18 Aug 2025, the following fields in the Bitbucket Cloud REST API will be updated to support larger values: ...
I have a strange behaviour which I would like to understand and work around. We are using Confluence Data Centre edition and have very many (O(100)) spaces in it. I am using the REST API to...
Hi Atlassian Community! I'm bringing a new custom Python script to automate the deletion of attachments in Jira issues. The idea is to facilitate this key process when managing attachments in ...
Hello everyone, I am here to share some exciting news: Awesome Graphs for Bitbucket just launched a brand new REST API in Cloud 🥳 New endpoints make getting pull request insights truly a br...
...e’d love to hear how you’re using these APIs and where we can improve during this EAP. Please drop your feedback in the comments below or add it directly to the public feature request ticket above. T...
Hey Community! 👋 While working on an automated assessment workflow yesterday, I came across something interesting that I hadn’t noticed before: you can actually retrieve some server-related info t...
Hello community, I was analysing JIRA platform API - /rest/api/3/auditing/record (Get audit records endpoint) and came across few questions: How much data volume we can expect for ...
Hi all. I am looking for some working examples of custom form field updates via REST. I can't use custom Jira fields to map, as my forms use data connections, so must go direct th...
Hey all I have been working on a Javafx app that allows me to create an issue in the backlog. Everything is going well but I had a question about the oauth. Can I still use my PAT for the ot...
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 respons...
I’m a bit confused and hoping someone can clarify the behavior I’m seeing. In my Jira Software project, the Story Points field is visible on the Issue View, and I can edit it vi...
Hi - I'm trying to access the Commerce REST API so I can retrieve my Invoice and centralize my SaaS billing data in a BI solution. The API is not accessible via a Forge and O...
I used the function closedSprints() to get the closed items and used pagination to get all the closed items. Then filtered it with sprint number. It returned 80 items for sprint 4. In JIRA Sprin...
Hi Atlassian team, We are currently collecting the `added_to_org_date` for users across various organizations in our platform. For organizations that are using the new user management system, we are...
Hi community, I'm working on a Jira Data Center instance (version 9.12.12) and facing an issue when trying to retrieve the issue type of an issue programmatically. When using the Atlassian Ja...
I have been asked to generate a report listing the permissions users have in Confluence for an ISO-27001 review. Using the Confluence REST API "Get space permissions assignment" I seem to get ...
I'm trying to build a custom integration with JSM, so that we can raise incidents from some internal tools. However, the Create Incident API returns a 404, claiming I've found a "dead link" if I...
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": "' + label + '" ...
Hi Atlassian Community! I'm now sharing a simple Python script designed to help you efficiently handle retries for requests to the Jira Cloud REST API. This is particularly useful when dealing with...
Hey all I am trying to figure out how to get my Feature Link value from a FQL using the REST API. When I do: /rest/api/2/search?jql=sprint in openSprints() AND assignee="bob" I get a lot of data...
I am trying to update existing manual test cases in XRay in an automated manner using python. Below is the function I use. I have only 1 test step. def update_manual_test_case_rest(test_case_key, su...
I have an app that was built with forge, now i want to migrate it to DC, but i encountered an obstacle, on Jira Cloud there is this API to update the custom field value directly using the following A...
Copied to clipboard