You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to push a broadcast a common message to all sub-tasks in a main task?
Hello John,
Good to hear from you.
More details : I have a task with several sub-tasks in it. An assignee asked to provide more details about the issue & what exactly is expected, the clarity was provided in his sub-task. Subsequently the request came from couple of more users and I though it would be better if I broadcast the same explanation and expectation details to all sub-tasks through bulk operation, like we can progress sub-tasks together using this operation.
However, as you would notice in following image there is no option to broadcast a common message to all sub-tasks.
Is there any other way to do it?
Hi Dhiman - Welcome to the Atlassian Community!
Can you provide some more details? What exactly are you trying to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dhiman - if you would, please include all of your comments in this comment thread so that readers will be able to follow the conversation.
What do yo mean by "common message"? Do you want to update fields in the other sub-tasks based on the information that was updated in the sub-task that got changed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello John,
Good to hear from you.
More details : I have a task with several sub-tasks in it. An assignee asked to provide more details about the issue & what exactly is expected, the clarity was provided in his sub-task. Subsequently the request came from couple of more users and I though it would be better if I broadcast the same explanation and expectation details to all sub-tasks through bulk operation, like we can progress sub-tasks together using this operation.
However, as you would notice in following image there is no option to broadcast a common message to all sub-tasks.
Is there any other way to do it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello John,
By "Common message", I mean "same message" to be transmitted in all sub-tasks i.e. content of the message remains same. And this is why it will be helpful if it can be done through Bulk operation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How are you adding/accomplishing this message?
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.
Sorry, I am not following this at all. Can you give a step-by-step scenario that you are doing and what you want to see?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello John,
Let me try to be simple by giving you an example :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, thanks for the clarification. Let's see what we can do. Maybe add the comment to the Parent and copy it down to all the children under a branch?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello John,
Sounds like a good idea.
Thanks to let me know when you come out with some solution.
Regards,
Lalit Dhiman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess that's my suggested solution - add the comment to the parent and copy it down to the children.
So base the trigger on Issue Commented
Then add a Branch for Sub-tasks
then add a new action for Comment on Issue
You might want to do this as a Manual rule though or every comment on the parent will get copied to every subtask.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for your quick proposal.
Looks good in all, also agree that it should be a manual rule to be turned ON only when required.
Few comments :
This is where I find "Bulk Operation" option good as it allows to select sub-tasks for operation.
Maybe a better solution will be to just provide users an additional option in Bulk operation for sub-tasks, something like this....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could do that, especially if only some sub-tasks get the comment and some don't.
The other option would be to add the comment to a Sub-task and then grab the parent key, then create a branch with JQL for {{issue.parent.key}} = {{triggerIssue.parent.key}}
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.