Hello,
I'm evaluating Run CLI Actions inside Run with a user form and parameters macro to allow JIRA project admins to add/remove users from selected project groups without being JIRA Admins
So basically,
For Auditing purpose, we are required to track real Confluence users using this form and to see the action that was done.
Is there a way to do that, any existing log ?
Can I use something based on How to archive pages with dynamic content, will it work using Run CLI actions inside Run with a user form and parameters macro?
Yvan
I think there are a number of alternative depending on what you need. Perhaps the one you suggested is the right one for you. Here are some other idea that can be added to the form submit:
For #2 it would be something like the following using a profile that specifies product=atlassian and a common user and password.
--action run @DATA: jira --action getServerInfo --server https://jira.examplegear.com confluence --action addComment --comment xxx --space XXX --title "my page" --server https://wiki.examplegear.com
Thanx for the reply.
Do you think I can "Use the CLI macro to append text to a page or add a comment" but only if the previous CLI command succeeded ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, this is possible. I will update my answer.
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.