Forums

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

How to Set sub-task assignee from parent issue reporter?

Tony Montana
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.
February 1, 2019

How to Set sub-task assignee from parent issue reporter?

2 answers

1 accepted

1 vote
Answer accepted
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.
February 1, 2019

Hello,

You would need an add-on for it. For example, you could use the Power Scripts add-on:

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

You could write a post function with a code like this:

assignee = parent.reporter;
Tony Montana
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.
February 4, 2019

It's work! Thank you!

Ahsan June 2, 2020

@Alexey Matveev  unfortunately this statement is not valid for script runner workflow post function.

0 votes
Ahsan June 2, 2020

@Alexey Matveev  unfortunately this statement is not valid for script runner 

Suggest an answer

Log in or Sign up to answer