You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
How can you auto assign tasks and stories to the current user once they drag a sub-task over to in progress or done?
We want the tasks and stories to be unassigned until they are picked up.
Hey Catherine,
I'd suggest some app adding additional (needed) post-functions to Jira, e.g. Jira Misc Workflow Extensions, Scriptrunner or Jira Workflow Toolbox (our product just to be honest here!). With that you could for example use an available post-function Set field as function of other fields and reference the parent issue's assignee field to be set with the value of the currentUser. Maybe even add some more logic depending on your workflow, but nothing too special. One way to solve that. :)
Best,
Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need an add-on like Power Scripts, Adaptivist ScriptRunner or Automation for Jira.
If you had Power Scripts you could create a post-function on the required transition with a script like this
%parent%.assignee = currentUser()
This script would assign the current user to the parents issue. You can read more about Power Scripts here:
https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin/server/overview
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.