Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I had asked a prior question and received no comments or answers. I'm hoping someone can help me understand how I can use listeners in JIRA to achieve what I'm looking for. Please post here if you have any generic advice on listeners.
my prior question is here - https://answers.atlassian.com/questions/277041/how-do-i-use-the-issue-assignment-listener-to-automatically-set-the-assignee-of-all-sub-tasks-to-match-the-parent
Thanks.
The following links will hopefully get you started with listeners:
https://developer.atlassian.com/display/JIRADEV/Writing+JIRA+Event+Listeners+with+the+atlassian-event+Library
https://confluence.atlassian.com/display/JIRA/Listeners
You might want to ask specific questions if you are stuck somewhere.
Thanks Jobin,
I was hoping there would be a simpler way, that doesn't require development, to use the existing Issue Assignment Listener to automatically set the assignee of all sub-tasks to match the parent.
Perhaps there is some other way, that doesn't involve a listener?
Thanks again,
Jeannette
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will definitely need a listener. If you know scripting, you can use the script runner plugin to script a listener. That wouldn't need writing a plugin from scratch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.