Hi,
Does it possible to assign an issue to a specific user when we reopen the issue ?
Thanks,
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
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
https://developer.atlassian.com/display/JIRADEV/Workflow+Plugin+Modules#WorkflowPluginModules-Functions
http://www.j-tricks.com/1/post/2010/08/workflow-post-function.html
Ok thanks! I'm gonna read the links!
Tks!
Or simply use JIRA Enhancer Plugin, it has two post functions
It looks like you're new here. Sign in or register to get started.