Hi,
Does it possible to assign an issue to a specific user when we reopen the issue ?
Thanks,
Community moderators have prevented the ability to post new answers.
Or simply use JIRA Enhancer Plugin, it has two post functions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think, Jira bydefault provide Assignee field on Reopen Issue screen(it is Workflow screen).
Otherwise you want to set the Assignee based on some condition, then you need to go for Workflow postfunction as Prasad suggested.
For workflow postfunction, you need to go through
http://www.j-tricks.com/1/post/2010/08/workflow-post-function.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes you can do this through postfunction
you can develop your own function by using scriptrunnercheck this
https://jamieechlin.atlassian.net/wiki/display/GRV/Script+Runner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.