Hi,
I have a requirement that every time we reopen the bug or bug moved to open status due to different reasons (code review fail, functional test fail or regression test fail), we want to automatically assign that bug to same developer (user) that been assigned first time. I tried options in post-functions but I didn't find any suitable options that supports my requirement. Some one please help to accomplish this?
Thanks
You could possibly achieve this by using the MISC Workflow Extensions plugin and the
following post-function: https://innovalog.atlassian.net/wiki/display/JMWE/Post-functions#Post-functions-2-Assigntolastrolemember(newin1.2)(updatedin1.5.1,2.4.1and3.0.1)
Cheers
Hi Christian,
Thanks for your answer, using this post function it is possible to assign the ticket to latest assignee but not to the assignee that been assigned earlier. Can you please tell me if there is any other workaround?
Thanks
Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can always check the assignee field history and get from it the last assignee. Using post function you can assign it to this user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Michal for your prompt reply. I didn't completely under stand your answer. I want to automate this. Can you tell which option in post-function I can use for this?
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.