Hi All
I want to get the macro body of the system macro(not the user macro) in confluence from the confluence page.I want to do it with script runner?
Anybody knows how to do it ?
In the above screenshot, I have used "Section macro"(inbuilt confluence macro).I want read and update the macro body .
Does anybody knows how to do it ?
Regards
Sushma
Hi Chris,
Thank you for your question.
I can confirm that we have an example post function script located here which shows how you can extract the value of a user picker field and set the assignee as the extracted user.
Using this script you just need to set the UserPickerFieldName variable to the name of your user picker field.
You will be able to modify this script to achieve your requirements using a Script Listiner configured to fire on the Issue Updated event.
If you are using a different field type for the Dev field then you can refer to the examples for extracting custom field values in the documentation pages located here.
If this response has answered your question can you please mark it as accepted so that other users can see it is correct when searching for similar answers.
Regards,
Kristian
Thanks, works great from console, so I should be able to put it into a post function from there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chris,
I can confirm that this example code can be configured inside of a post function.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.