How to create sub tasks automatically on parent issue creation?

SUNIL SABALE November 19, 2015

Hello, my requirement is that I want to create sub tasks automatically and assign automatically to the selected users in multi user selection. So how can I achieve this. Actually my requirement is I want to divide the expenditure amount among users. So I took the "Paid Amount" text field and "Shared Among" multi user selection field. So suppose 600 is entered  in  "Paid Amount" so creating on parent issue for expenditure of 600 and 3 sub tasks for collecting 200 from 3 respective users.

So, how can I achieve this. Thank you in advance 

4 answers

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 19, 2015

There are a few add-ons that will provide you with a "create sub-task on issue create" function, but it sounds to me like you probably need one of the more flexible ones as you have some logic to do - not just a fixed "create X subtask(s)".  I'd use the script-runner to do this.

4 votes
andreas
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.
November 21, 2016

There's now a very easy to automatically create sub-tasks with Automation for JIRA!

You can easily create sub-tasks with our 'create sub-tasks' action:

create-sub-tasks.png

For a full list of available conditions and actions see: http://codebarrel.io/available-rule-components/

We also have a number of conditions you could use to check the value of the paid amount field.

Cody Goodermote May 11, 2020

It seems this is no longer an option to create sub tasks in Automation for JIRA.

I am using ServiceDesk and trying to use automation to create specific subtasks for certain issue types -- so for example:

Issue Type: Employee Onboarding

Create Subtasks:
- Create e-mail account.
- Add to distribution lists.
- Add to Slack.

Laura Campbell _Seibert Media_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 18, 2020

Hi @Cody Goodermote ,

 

Elements Copy & Sync could help you with creating specific subtasks, and we have specific examples of how it works with employee onboarding:

Employee onboarding use-case: https://elements-apps.com/resources/use-cases/copy-and-sync-onboarding-jira/

Tutorial to configure onboarding: https://doc.elements-apps.com/elements-copy-and-sync/latest/?contentKey=onboardingTutorial

App on Marketplace: https://marketplace.atlassian.com/apps/1211111/elements-copy-sync-formerly-exocet?hosting=server&tab=overview

Let me know if you run into any problems trying Elements Copy & Sync.

1 vote
Daniel Bajrak
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.
November 20, 2015

Hi,

have you tried to use Issue Templates? There is option to create subtask on create and on selected trasition:

https://intenso.atlassian.net/wiki/display/IT/Create+template's+subtask

I hope I've helped you.

Best Regards

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
November 21, 2015

How to create multiple issues - advanced example shows an example that will create multiple issues dependent on the selections for a multiple selection field including support to prevent duplicate issue creation. This uses the Create Issue post function from Create on Transition for JIRA.

Cesar Duran September 11, 2018

Hello Bob,

In the Create Subtask post function the option "Entry parent" is by default %parent_key%, I have two post functions to create a couple subtasks using the Create multiple issues" option but in two different parents.

My question is, can I use a different variable in the "Entry parent" field to indicate the parent where the subtasks will be created in each postfunction?

Please let me know if this make sense for you, your help will be very appreciated. 

Bob Swift _Appfire_ September 13, 2018

Yes, you can specify a specific issue key or any variable that represents an issue key that is valid to be the parent of the subtask. For instance, it could be the result variable from a JQL query.

Judy Colonero December 11, 2019

 

Hi Bob,

This is not currently available for JIRA cloud, do you plan on making it available for us cloud users?

 

Thank you,

Judy

Suggest an answer

Log in or Sign up to answer