Currently setting up an automation in a team-managed project where once a certain issue has been created with a certain summary value, a task needs to be created two days later. As Jira automation only allows you to create one 'trigger', I'm finding it quite difficult to create a scheduler for this task to be created of the back of the issue.
I've seen a few people use JQL queries but that's for the 'schedule' trigger, however, I also need to use a 'when an issue is created' trigger so I may need to use two automations here.
Just interested to see if anyones had the same problem as me here or if anyone can point me in the right direction.
Hi @Jack Nicholls ,
You can give Actioner a try, a low-code automation platform that integrates with JSM and Jira. Using its scheduled job feature, you can schedule the creation of tasks.
For your scenario, here's what you can do:
1. Create a workflow that listens for newly created issues.
2. Add a condition within the workflow to check if the issue's summary meets the specified criteria.
3. If the condition is met, trigger a scheduled job to create the task two days later.
This setup ensures that whenever an issue matching the defined criteria is created, Actioner will automatically schedule the task creation process. Here is what your workflow looks like:
And you can check out the built-in Jira app.
Jira integration | JSM integration
Tugba
Can I clarify why you need 2 triggers? What is the "issue created" trigger being used for in this instance?
---
I don't know all the specifics you need here, but the rule might look something like this...
---
A few notes...
---
Let us know your thoughts! And if you want more specific instructions, please provide us some additional details to work from :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jack Nicholls ,
As you already mentioned, you will have to create 2 separate automation rules since you can only have 1 trigger.
Best regards,
Kris
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.