Somehow I've never needed to do this in 7 years as an admin...
I've been asked to create a simple workflow with the following statuses:
No problem. We have a custom user picker field on the screen for supervisor. What I need to happen, that doesn't seem to be working, is for the issue to be immediately assigned to the supervisor as soon as it's submitted.
I've edited my Create incoming transition to have a post function to copy the supervisor value into the assignee field, but that isn't happening.
Where am I going wrong here? How do I capture the event of "saving" the issue for the first time?
I think your problem exist with the post-fucntion order. as per this Post-function on Create Issue transition appears to not work
Any post functions placed after the "Creates issue originally" function will not have updates to the issue persisted to the database.
Re-order the post-functions such that the new post-function comes before the "Creates the issue originally" post-function.
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.