I want to create a Advanced JSON table from my python script using REST API calls.
And insert JSON data into the table, that displays the output on the confluence page in the wiki markup format.
From the below link , I can see the tables can be created using the Wiki Markup Input via REST API call but not sure how can we achieve this from python script.
Wiki markup Input
{json-table:
paths=$|
fieldPaths=name,description,releaseDate,released,archived,userReleaseDate,self|
sortPaths=name|
url=https://bobswift.atlassian.net/rest/api/2/project/TBL/versions|
output=wiki|
columns=name,description,releaseDate,released,archived|
augments=[%name%%!%https://bobswift.atlassian.net/browse/TBL/fixforversion/%id%],,,!%released%.png!,!%archived%.png!,|
headingAugments=Name,Description,Release Date, Released, Archived|
sortDescending=true|
autoNumber=true}
{json-table}
I am struggling to do this, Can someone Please help.
I am looking for the same thing. Did you have any luck with this @Bhargav Ponamala ?
@Sarkis Chakarian I didn't find the solution for it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.