How do I trigger an automation when a file is uploaded with a specific string in the filename?
I asked Rovo, but Automations has been updated to use "Flows".
Hello @Patrick White
It depends how Attachment are "Uploaded". ?
Theres tons of Bugs around Attachment as Trigger.
Best,
Arek🤠
@Patrick White Other naming, same Function.
Again, what´s your Intention with this Automation, what you trying to achieve?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Patrick White
Thanks for the question.
Yes, this can be done using Jira Automation.
One approach is to use the Field value changed trigger:
Field: Attachment
Change type: Value added
Then add an Advanced compare condition to check the filename of the uploaded attachment.
First value
{{attachment.filename}}
contains
Second value
YourString
Then you action.
You can find more smart values in this documentation.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your information is out of date. Jira Cloud has introduced "Flows", what is called "Smart No Code Solutions"
https://support.atlassian.com/cloud-automation/docs/create-and-edit-jira-automation-rules/
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.