Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi all!
I have a task to dynamiclly add new values to a custom field in Jira. Values should be taken from a Confluence page. How can I achieve this?
I have a ScriptRunner for Jira and for Confluence. I use JIRA Server but wasn't able to pick such option during question creation.
Hi Ksenia,
You can use this script (Link to Confluence From Jira) to send REST requests from Jira to Confluence without the need to handle authentication.
To get a Confluence page, you can send a GET request to the following endpoint: /rest/api/content
As to dynamically updating the custom field value, there are various ways you can do this with ScriptRunner for Jira either with custom post-function, listeners, and more. There are various examples online.
Cheers,
Helmy
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.