how to update/insert row/col on confluence "database" content

Christian González
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 18, 2024

Hi everyone,

I'm trying to update/insert an element into a confluence database element through the API V2, and it looks like this is not possible. Is it?

 

Available databases API V2 Endpoints

 

My databases example

 

Screenshot 2024-11-18 at 15.09.57.png

JSON answer from API (GET /databases/{id})

 

{

"id": "4667441154",

"type": "database",

"parentId": "< the parent id here, omited>",

"title": "Environments",

"parentType": "page",

"position": 284155497,

"authorId": "<an id here, omited>",

"ownerId": "<an id here, omited>",

"createdAt": 1731482330015,

"version": {

"number": 1,

"message": "",

"minorEdit": false,

"authorId": "<and id here , omited>",

"createdAt": "2024-11-13T07:19:01.780Z"

},

"status": "current",

"spaceId": "<an id here, omited>",

"_links": {

"editui": "/spaces/~<an id here, omited>/database/4667441154",

"webui": "/spaces/~<an id here, omited>/database/4667441154",

"edituiv2": "/spaces/~<an id here, omited>/database/4667441154",

"tinyui": "/x/<and id here, omited>",

"base": "https://bigfinite.atlassian.net/wiki"

}

}

 

2 answers

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 18, 2024

Hi @Christian González 

Welcome to the community.

Looking at the API doc's there are no options to amend an existing DB.

Also the Cloud Roadmap shows no new functionality coming, related to API.

https://www.atlassian.com/roadmap/cloud 

0 votes
Jeremias Renner November 18, 2024

I haven't found anything on adding or managing database entries via API or even automation either. Also found no announcement or planned future releases / improvements to the API.

Actually, this prevents us from using databases for some very interesting use cases at the moment. For us it means we use alternatives i.e. SharePoint lists, which don't integrate as nice in atlassian products but have lots of possibilities to integrate into automated processes.

Would be great to know if anything is planned for databases via additional API endpoints, and when, for planning.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events