I have a workflow that is using a post function to assign the issue to the current user. However there's a screen displayed during this transition that prompts for a variety of information including who to assign it to. Is there a way to have the post function only apply if the user has not otherwise set it?
Unless you allow unassigned issues it is going to be tough to detect if they have changed it from when they started the transition. You'd need some kind of script or listener. You can't do it out of the box. I don't have any experience with them.
user can use "Assign to me" link on a view screen, without doing transition.
if you want post-function to assign current user when there is no assignee, lets create a transition that
if you want to allow user to specify an assignee during transition, then lets add another transition that:
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.