You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi!
I'm uploading files into confluence pages from Jira using ScriptRunner
String filePath = PathUtils.joinPaths( pathManager.getAttachmentPath(), sourceIssue.getProjectObject().getKey(), "10000" , sourceIssue.getKey(), attachment.getId().toString())
File file =new File(filePath)
List fileParts = new ArrayList() def requestFilePart = new RequestFilePart("application/octet-stream", attachment.getFilename(), file, "file") fileParts.add(requestFilePart)
def request = appLinkAuthRequestFactory.createRequest(Request.MethodType.POST, "/rest/api/content/"+pageData["id"]+"/child/attachment") .addHeader("X-Atlassian-Token","no-check") .setFiles(fileParts)
It is working fine but i need to specify minorEdit or comment params to the uploaded file.
Is that possible using appLinkAuthRequestFactory.createRequest?
Calling all Confluence Cloud Admins! We created a new Community Group to support your unique needs as Confluence admins. This is a group where you can ask questions, access resou...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events