A user on the forum asked me to share an automation. The quickest way would be export the rule and have them import it, but I case the contents of the exported rule include a clientKey, an authorAccountId, Account_ID, ruleBillingHome and so on.
Is it safe to share exported rules?
Hi @Adam Bang
Yes, and...to the other suggestions:
I recommend sharing the following information rather than providing your rule's JSON export:
Consider sharing a rule this way in how one would write an article to explain a rule rather than providing the implementation for your site's configuration. I am currently writing my own parser / compiler / executer for such rules (outside of Jira) and there is definitely content in the export you may not want to share with others.
Kind regards,
Bill
Hey @Adam Bang
The export contains the user info like account ID etc to provide an option to have the same user as the owner in your new site as well.
If you have any user picker fields in your rule and you're adding specific users there, that info is included as well (because account ID is the unique identifier).
I believe if they don't have the same users on their site, they can't fetch user info based on the account ID only.
You may share screenshots of your rule and have them create it manually on their site following the steps you've taken.
More info on import/export automation rules here: https://support.atlassian.com/cloud-automation/docs/import-and-export-jira-automation-rules/
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Adam - It should include all of those when it exports. However, any keys will not match up with the keys in your instance. You just then need to do a little clean up to select the right values for those things.
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.