Our internal process is for the users to open a "Issue Type A" ticket by default with a proper value selection from a custom cascading select field (Primary tier drop down, Secondary tier drop down). This goes to our Service Desk team for triage and based on the defined business process they move the "Issue Type A" to "Issue Type B or C...Z".
Now one of our line of business lead would like to have assignee set automatically only when moved from "Issue Type A" to "Issue Type B" and I'm seeing such requirements hike on a daily basis. I have initially tried setting the Assignee value in a Post-Function on the "Issue Type B" workflow first status transition but it does not set the assignee value at all after the "Issue Type A" move to "Issue Type B"
Though later, I was able to achieve this setting of assignee using Automation Rules but still wanted to check from others if they were able to simply accomplish using a workflow post-function?
Hello @vcatl2020
Post-functions fire when an issue is transitioned, it does not fire when the issue type is changed.
To achieve this through post-function you first would need to change the issue type then transition issues(use transition on which this post-function is set)
For example move task from open - in progress, this is a transition, and post-function can be fired here.
In this case, Automation is the most practical solution you could use.
BR, Olga
That makes sense and thanks @Olga Videc for the insight on when exactly post-functions fire with reference to issue transitions.
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.