Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I need to get data from specific confluence page and assign it to jira scripted field (scriptrunner)

bauerprocessconsulting January 12, 2018

I need to get data from specific confluence page (i have the url/page id) and assign to a jira scripted field using groovy/scriptrunner.

 

I know how to assign data to a scripted field - the problem is getting the data out of Confluence.....

 

This should be basic stuff, but inspite of using an entire day looking for info on how to do this, no luck at all.

 

Tons of info on creating confluence pages based on jira data, but NO information on how to get data the other way.

 

Frustration level = "eminent explosion"!

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
Alexey Matveev
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.
January 12, 2018

Hello, 

You could

1. Call a Confluence REST API function from your code. You can find examples on how to call a REST function from groovy code here:

https://community.atlassian.com/t5/Answers-Developer-Questions/Calling-REST-service-from-groovy-script-Encoding-troubles/qaq-p/474914

or here

https://community.atlassian.com/t5/Answers-Developer-Questions/Making-a-REST-call-using-script-runner/qaq-p/576712

2. If you have Scriptrunner in Jira and Confluence you could use remote control functionality from Scriptrunner. You can find more information here:

https://scriptrunner.adaptavist.com/5.2.2/jira/remote-control.html

bauerprocessconsulting January 15, 2018

Hello Alexey

Thanks for reply, but I'm still not any wiser.

I need to see an example where somebody actually calls the confluence REST api from within a scriptrunner/groovy function, and GET's confluence data, e.g. macro-content into a jira multiline text variable.

I don't assume that this can actually be done, as there are NO examlples anywhere.

Thanks for the effort anyways....

/Søren

Like Aaron Carlson likes this
TAGS
AUG Leaders

Atlassian Community Events