I get an URL in slack, how do I remove this?
Thank you
Hi @Lilach Mohager -- Welcome to the Atlassian Community!
When you note you are getting a URL in the Slack message, what are you observing? Is the URL for the issue key?
Also for a question like this, please consider posting an image of your rule to provide context. Sometimes that helps the community to offer suggestions. Thanks!
Kind regards,
Bill
Hi Bill,
Thank you for the answer.
According to the image the first arrow, the automation was successful.
On the other hand, in the second arrow, the automation was not successful and the url leads to an error(I didn’t change the automation)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you post images of your complete rule and the audit log, showing the details of the rule executions for that time frame? As needed, please obscure any connection information in your images. Thanks!
Also, would you please check the audit log at your rule-list level to see if any other rules ran at that same date/time? It could be this message is from another rule.
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.
Thanks for that information, @Lilach Mohager
When you use an iterator, such as {{#changelog}}... that should just close with {{/}} The error message seems to indicate you have more in the iterator close, so please try changing that.
And just to confirm, can you show the details of your Edit Comment action? Thanks!
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.
the URL that shown via Slack is because this sentence:
I don't know what to change because there isn't {{#changelog}} or /
thanks for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please change...
{{/changelog.customfield_10052}}
to
{{/}}
For more information, please see these examples from the documentation on lists:
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.
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.