Hi All,
My automation Rule is not working for below mentioned scenario. Can you please help. Thanks
Whenever I create a bug:
3 subtasks should automatically create within that bug.
Hi Uzmii, this is my suggestion for this rule
@Bao Truong thank alot for your timely response. I have tried your method. It creates only first subtask and does not create the 2nd and 3rd subtasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Uzmii I believe the reason why only one sub-task is showing up on the UI is that the rule takes some time to run. When the bug was created, only the first sub-task had been created, hence only one sub-task is being displayed on the UI.
To view all the sub-tasks, you need to refresh the page. However, there is no need to worry as all the sub-tasks have been created properly and all the data has been stored correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community @Uzmii !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nikola Perisicthank alot for your timely response. I have tried your method. It creates only first subtask and does not create the 2nd and 3rd subtasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Uzmii Can you post a screenshot of your automation rule?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nikola Perisic Your method works but I have got the issue. All 3 subtasks are getting created but only when I refresh the page after creating the bug. Any reason why is that happening?? thanks
So I create a bug.
Only first subtasks is visible.
When I refresh the bug. Rest of the two subtasks start appearing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Uzmii Are you using a different automation rule? Since from my side, it automatically creates 3 sub-tasks after the issue of a bug has been created?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Uzmii Interesting indeed. Try using the incognito or clearing the cache in your browser.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nikola Perisic A separate question.
Can we somehow run this rule also on all the bugs that were created in the past or this rule can only run for the new issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Uzmii This automation rule can only create sub-tasks for the new created bugs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sadly, no. When automation was set today, it will reflect on the future bugs that were created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Uzmii
As a work-around to add the subtasks to the existing bug issue types...
Copy your rule, and change the trigger to Scheduled, with JQL for the bug to which you want to add issues. That rule can only process 100 issues at a time, and so the JQL must correctly detect when not to add more subtasks. You can run the rule repeatedly until it updates the existing bugs, and the disable (or delete) the rule.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.