Forums

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

Sub-task summary copied from Parent (Manual creation of sub-task)

Pawan Ande January 28, 2019

Hi, 

I am working on requirement where we will create a sub-task manually at any status in the workflow. While doing so, I need sub-task summary to be auto-populated with the default summary from parent appended with some field in the parent. I don't want to write automation script for automatic sub-task creation, as not all issues need sub-task.

Please provide your inputs/suggestions.

2 answers

0 votes
Joshwa Marcalle
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.
January 28, 2019

Hi Pawan, 

 

Those are all good addons, but difficult to maintain for this use case. I recommend this one: 

Automatic Subtasks Professional

Regards,

Josh
OB1

0 votes
Alexey Matveev
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.
January 28, 2019

Hello,

I think you would need an add-on for it.

You could write a post function for the sub-task workflow, which would copy the summary of the parent issues.

For example, you could do it with the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

The script would look like this:

summary = parent.summary;
Pawan Ande January 28, 2019

Hi @Alexey Matveev,

Thanks for your response, I think your idea will work for me, I will try and will let you know after I implement. I already have scriptrunner and JSU, probably those will work for my requirement

Cheers :)

Thank you 

Suggest an answer

Log in or Sign up to answer