Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

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

Edited

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.
Jan 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

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