Hi all,
I am trying to create an automated daily jira that also adds watchers automatically.
However, it asks me to run a JQL search to provide issues.
What would I need to put in here to only make the automation run once? As it is currently repeating itself and creates 1000 jiras.
Thanks,
Hi @reece.singh
You can get around this error, as JQL isn't necessary when creating an issue - rule should look like this:
The Branch ensures the action is taken by the issue you've created, rather than requiring this data from the JQL search.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @reece.singh
Reason why rule created over 1000 issues is that you put quire open JQL in Scheduled trigger.
You need to modify your rule as below:
1. Trigger - Scheduled - just uncheck 'Run a JQL'
2. Action - Create issue
3. Branch for Most recently created issue
4. Put in branch Manage watchers action.
Rule should looks like below
This should solve your issue.
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked! Thank you for the image you attached, saved plenty of time.
Best,
Reece
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.