在python中可以使用xmlrpclib来调用Confluence的API。具体的实例可以看这两个链接:Updating a Confluence Wiki with a script和modify wiki page confluence programmatically.这样,第一个问题就解决了。 这里插一句,我在开始的时候不知道有这个Remote API,所以尝试过不用他来实现获取Confluence的页面内容,能够访问到对应的...
Extract all the links to confluence pages from the Jira Server DB table remotelink and then write a script to set them programmatically using the REST API endpoint to Create or update remote issue links (POST /rest/api/3/issue/{issueIdOrKey}/remotelink). I might be able to help with th...
在python中可以使用xmlrpclib来调用Confluence的API。具体的实例可以看这两个链接:Updating a Confluence Wiki with a script和modify wiki page confluence programmatically.这样,第一个问题就解决了。 这里插一句,我在开始的时候不知道有这个Remote API,所以尝试过不用他来实现获取Confluence的页面内容,能够访问到对应的...
conflr is also a (non-complete) binding toConfluence’s REST API. These low-level functions might be useful when you need to access to your Confluence programmatically. library(conflr)#list pagesres<-confl_list_pages(spaceKey="foo")purrr::map_chr(res$results,"id")#get page infopage<-co...