Hi,
I am displaying the message in the filed whenever the attachment is in the exe format by automation rule , can i make the message to be displayed for only 10 seconds and then remove from the field automatically ?
Hi Sunilkumar,
You should look into scheduled triggers, they can most likely give you something almost relevant.
There is some more information here: https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Time-based-trigger-in-Automation/qaq-p/1747241
The JQL could probably look something like below
<field> IS NOT EMPTY && updated <= -10s
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.