Our Jira has multiple Projects using the same workflow. Some of the Projects don't want to use the Project Lead as the Default Assignee. How can I add a post function to change the Default Assignee from the Project Lead to a Developer based on the value of the Project field? I tried to create a post function using "Assign to role member (JMWE app)", selected "Project Role = Developers", selected "Only if condition is true" but I'm lost after that. Not sure how to proceed. Can someone help? I'm basically trying to perform:
If Project = "ABCDEF"
then Assignee = Developer
else Assignee = default
Thx,
Jeff