Hi,
I have a use case where I need to trigger notification to the assignee of next task once the previous task is done. How do I do that using Jira automation rule?
For example:
Task 1 - Do laundry (set to Done)
Task 2 - Clean kitchen (receive notification that task 1 has been done and to start working on Task 2)
Thank you.
Hi @Jar Lady,
Reading the needs you mention, I understand that your casuistry is similar to the following:
With this in mind I propose the following solution:
Relate the Tasks to each other with a relationship. In Jira there are a series of relations created "by default" such as relates to, cloned by, etc. You could use relates to to relate the Tasks, so that task1 is related to task2, task 2 to task 3 and so on.
Then the automation rule would be as follows:
With this you should be able to solve your need. However, I would recommend you to create a new relationship in case you use the relates to for other purposes. If you didn't understand something of the process or you need more help, don't hesitate to comment me.
I hope this helps you. Let me know if it does. Best regards!
Hi @Jar Lady
Task 1 would need to be related to Task 2 in some manner, so it's possible to locate Task 2.
You want something repeatable, so you don't a custom rule per Task - are the Tasks linked together using linked issues potentially?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Can I know how to set up that "linkage" and also trigger Task 2 once task 1 is done? Can show an example of how the automation rule can be configured when task 1 is done and task 2 is being triggered (i.e. status change to "In Progress" and email sent to assignee)?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jar Lady
I'd do this in parts...
---
(1) Link Type
You can either use an existing link type, or add one relevant to doing Tasks in order.
To add a link type, you'll need to be a Jira Product Admin, and then...
You could use something like (outward / inward)...
See more on this page: https://support.atlassian.com/jira-cloud-administration/docs/configure-issue-linking/
---
(2) Link Issues together
You need to ensure the issues are linked to each other.
You can this manually...
You can add linked issues to the issue create screen, and do this during creation.
---
(3) Automation Rule
Finally, create your Automation Rule:
A few notes on this...
---
Give this a try, and let us know how it goes!
Ste
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.