We've established the automation rule for the following scenarios:
Upon transitioning the workflow from "Order Validated" to "Customer/Sales Ack Received," seven subtasks will be automatically generated.
Now, I aim to implement a new automation rule for the following scenarios:
We plan to introduce two custom fields featuring single-select options, with "Yes" or "No" as mandatory choices. One field is designated for Subtask-1, and the other for Subtask-5.
When transitioning the workflow from "Order Validated" to "Customer/Sales Ack Received," and opting for "Yes" for Subtask-1, Subtask-5 will be set to "No," resulting in the creation of six subtasks excluding the 5th one.
Conversely, if "No" is selected for Subtask-1 and "Yes" for Subtask-5, six subtasks will be created, excluding the 1st one.
Choosing "No" for both Subtask-1 and Subtask-5 will lead to the creation of five subtasks, excluding the 1st and 5th ones.
Please advise
Hi @Murugesan - Welcome to the Atlassian Community!
I am not completely following your request. You have a rule now that creates the 7 sub-tasks based on an Issue Transitioned trigger. Correct?
And now you want to modify that trigger to to somehow prompt the user for some information when the trigger runs? Is that what you want to do? Or something else?
Let me explain in details:
Below are the names of the 7 subtasks:
Subtask 1: APN Creation
Subtask 2: MOP Creation & Execution
Subtask 3: SIM/Profile Ordering
Subtask 4: Commercial Mapping
Subtask 5: IP URL Whitelisting
Subtask 6: SIM Profile Manufacturing
Subtask 7: SIM/Profile Dispatch & Provisioning
We have recently introduced two custom fields with a single select option [Yes/No]:
APN Creation Needed
IP/URL Whitelisting Needed
The above 7 subtasks will be created automatically when transitioning from "Order Validated" to "Customer/Sales Ack Received."
Now, we are planning to make the above two custom fields mandatory during the transition from "Order Validated" to "Customer/Sales Ack Received." Consequently, subtasks will be created based on the options selected for those two custom fields.
1. If the user selects "Yes" for the APN Creation Needed field and "No" for the IP/URL Whitelisting Needed field, then the following subtasks will be automatically created, excluding Subtask 5:
Subtask 1: APN Creation
Subtask 2: MOP Creation & Execution
Subtask 3: SIM/Profile Ordering
Subtask 4: Commerical Mapping
Subtask 6: SIM Profile Manufacturing
Subtask 7: SIM/Profile Dispatch & Provisioning
2. If the user selects "No" for the APN Creation Needed field and "Yes" for the IP/URL Whitelisting Needed field, then the following subtasks will be automatically created, excluding Subtask 1:
Subtask 2: MOP Creation & Execution
Subtask 3: SIM/Profile Ordering
Subtask 4: Commerical Mapping
Subtask 5: IP URL Whitelisting
Subtask 6: SIM Profile Manufacturing
Subtask 7: SIM/Profile Dispatch & Provisioning
3. If the user selects "Yes" for both the APN Creation Needed and IP/URL Whitelisting Needed fields, then all subtasks will be created automatically.
Subtask 1: APN Creation
Subtask 2: MOP Creation & Execution
Subtask 3: SIM/Profile Ordering
Subtask 4: Commerical Mapping
Subtask 5: IP URL Whitelisting
Subtask 6: SIM Profile Manufacturing
Subtask 7: SIM/Profile Dispatch & Provisioning
4. If the user selects "No" for both the APN Creation Needed and IP/URL Whitelisting Needed fields, then the following subtasks will be automatically created, excluding Subtasks 1 and 5:
Subtask 2: MOP Creation & Execution
Subtask 3: SIM/Profile Ordering
Subtask 4: Commerical Mapping
Subtask 6: SIM Profile Manufacturing
Subtask 7: SIM/Profile Dispatch & Provisioning
I hope this clarifies the process. Can you assist with the automation rule for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to do a service if IF/ELSE conditions then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it working now?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Could you click on the Accept Answer button above then to close this one out? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could create separate branch rules for creating sub-tasks 1 and 5 that would only execute the creation of the task if the condition is met. Something like this:
Note that, in our environment, the Task issuetype is actually a sub-task (I renamed it because we moved to Jira from a system where Tasks were the children of Stories, so this was less confusing).
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.