Hey guys, I dont understand this. I have created a listener that changes the WF status depending on the assignee. If the assignee is within a specific group I want the WF to change.
As events I choose: Issue Created, Issue Updated and Issue assigned.
It works if the issue is assigned or updated but not when it is created... this is really annoying and I dont know what to do.
Any suggestions, can you please help me?
Best thanks in advance :)
Did you check if your workflow triggers the "Issue Created" event in post-function on create transition? Sometimes the workflow uses the "Generic Event" and this might be the reason your script is not being executed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.