Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically assign sub-tasks based on sub-task title

Kellie Bower
Contributor
June 23, 2022

We have a project where most of the stories have the same set of 9 sub-tasks. Not all sub-tasks get assigned to the same user; however, the same title of a sub-task will get assigned to a specific user (ie “Domain Unit Tests” will get assigned to one person, while “Final Validation” gets assigned to someone else). Is there a way to automatically assign a sub-task to a user based on the title of the sub-task? 

2 answers

1 accepted

1 vote
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2022

Hi @Kellie Bower -- Welcome to the Atlassian Community!

Yes, you could do that with automation rules.  For example if you wanted to do this when the issue is created, it would be something like this:

  • trigger: issue created
  • action: re-fetch (to reload the data)
  • condition: issue type is a subtask
  • if/else condition...with an advanced condition to check if the Summary contains "Domain Unit Tests"
    • action: assign to the person
  • else/if...for another Summary...

You could create another rule to handle changes to the Summary field.

To get you started on creating your rule, please review this documentation and examples:

Kind regards,
Bill

Kellie Bower
Contributor
July 7, 2022

This is exactly what I was looking for. Thank you so much!!

0 votes
Eman Yaseen May 17, 2024

@Bill SheboyI did the exact steps that u have mentioned, but the subtask is not getting assigned. Could you please help more if there is something that I should take care of to avoid common mistakes?

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2024

Hi @Eman Yaseen 

As this is an older thread, I recommend creating a new question to ensure the maximum number of people see it to offer suggestions.  Perhaps include a link back to this thread for context.

When you create your question, please include:

  • an image of your complete rule
  • images of any relevant actions, branches, conditions
  • an image of the audit log details showing the rule execution

Until we see your rule...I suspect that one of the conditions is not matching and so the assignment does not happen.  Reviewing the rule and audit log may confirm that.

Kind regards,
Bill

Like Eman Yaseen likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events