I have written an automation rule to create a confluence page when a specific form is submitted through our JSM service project. But the page that is created is blank. Is there a way to populate the page with the data that is submitted in the form that triggered the automation rule?
The background info is that we want our client operations team to submit requests for new data feeds via our service project. I am building out a request type that contains a Form for them to complete. We then want to use the information in that form to create a confluence page for documentation purposes.
Hi @Valerie Capasso,
been there, done that. I'll cover my findings/approach briefly. Feel free to come back to me if you need more insight on any of the points below.
{"title": "<The page title>",
"space": { "key": "<The key of the space>"},
"type": "page",
"metadata": {
"properties":{
"editor": {
"value": "v2"
}
}
},
"ancestors": [
{
"id": "<id of the parent page>"
}
],
"body": {
"storage": {
"representation": "storage",
"value": "<the storage representation of the ticket>"
}
}
}
I hope this points you to the right directions. As said: Feel free to ask for more information on any part of the rundown.
Greetings
Gideon
Thanks for the response!
Another question for you, do you know if the opposite is possible? If our client operations team populates a table on a Confluence page with information/data is there a way to take that table and populate it into the associated service desk request.
I realize I might be asking for too much here. :) I'm trying to create a one stop shop for our team to submit information to our tech team the most efficient way possible without having them required to complete steps in multiple locations.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.