Hello Experts,
I have a rule created under Jira automation which is triggered on "Field Value Changed". The automation rule is working fine for the new Issue types which are created after the rule was enabled.
My question is related to the old issues which were already present in the project, before the rule was created. Is there a manual way, I can run the automation rule for the Jira Issues that are available before the rule was enabled or can I pass JQL to manually run the rule for specific Jiras.
Thanks, in advance,
Hi @Puneet Gupta ,
Option 1: Use “Scheduled Trigger” with JQL
Option 2: Create a Manual Trigger (Global or Project)
you can use this Triger in your automation rule.
Thanks for the reply. Could you please explain more about Option 1:-
Option 1: Use “Scheduled Trigger” with JQL
Where is this option and how to configure it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to your automation rule.
Click on "Add trigger" → "Scheduled".
Select “Run a JQL query” and enter your JQL filter to select the old issues. Example:
Set it to run once or disable the schedule after first run.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As others have suggested, temporarily changing the trigger from Manual to Scheduled might help, with these constraints:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Puneet Gupta! ☀️
Yes, you can absolutely run the rule on older Jira work items too! Just use a manual trigger or a scheduled trigger with a JQL filter (like by creation date or status) to target the issues you want.
That way, the rule can apply retroactively to existing items as well. Hope this helps! 😊
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.