We are currenly on JIRA 4.4.3.
Currently we have issues that are created and based on the componet an e-mail goes the compoent owner, which we want. However, during the transition from Create to Open we want to change the owner to someone else.
I tried to set the assignee in the Create transition but either it does not take if it too late in the work flow or the original assignee does not get the e-mail.
Is this possible?
Hi,
I do that quite frequently in my JIRA projects. I set the Issue Created notification to notify the component lead so they know the issue has been created, but I set the assignee in the workflow to something else, often unassigned. Just do it after the "Issue Created" step in the post workflow of the Create.
CHeers...Susan
Yes, it's the timing. Your create transition happens before the event is fired, so the email goes out incorrectly.
Two thoughts (the second of which is based on your comment)
1. Write a listener that listens for the create event and amends the owner as required. The email will go out as normal, then the listener will change the owner afterwards.
2. Find/write a listener that will perform a second transtion for you. The reason I mention this is that there is a listener in the "Jira toolkit" called the "auto transition listener" that I think will do exactly that for you!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.