/
Auto create sub-task based on custom field selection
Auto create sub-task based on custom field selection
string issue_project = project; string issue_parent_key = key; string issue_type = "Sub-Task"; string issue_summary = "New subtask for " + key; string issue_priority = "Minor"; string issue_description = ""; string[] issue_components; date issue_dueDate = currentDate() + "30d"; interval issue_estimate = "1h 30m"; string issue_security_level; string[] issue_fields_mapping; string subTaskKey = createIssue(project, issue_parent_key, issue_type, issue_summary, issue_priority, issue_description, issue_components, issue_dueDate, issue_estimate, issue_security_level, issue_fields_mapping); linkIssue(subTaskKey, issue_parent_key, "Relates");
See also
, multiple selections available,
Related content
Create a sub-task automatically based on custom field selection
Create a sub-task automatically based on custom field selection
More like this
Create a sub-task automatically based on custom field selection
Create a sub-task automatically based on custom field selection
More like this
How to automate sub-task creation through labels by using Create on Transition
How to automate sub-task creation through labels by using Create on Transition
More like this
Automatically create sub-tasks on 'Development' issues
Automatically create sub-tasks on 'Development' issues
More like this
How to create subtasks on initial issue create
How to create subtasks on initial issue create
More like this
Copy watchers to sub-tasks
Copy watchers to sub-tasks
Read with this