Here is the scenario
I have a project where I have two workflows
Workflow A if ticket type is story and Workflow B when ticket type is Bug.
On create event we want that if a ticket being created is of type Story then ticket gets assigned to user 'John' and if a ticket being created is of type Bug then ticket gets assigned to user 'Steve'
I have already set post functions for create transition for both workflows
for workflow A it says in the post function - The Assignee of the issue will be set to John
for workflow B it says in the post function - The Assignee of the issue will be set to Steve
But when issues are getting created both of type story or bug they are getting unassigned and not getting assigned to the respective users based on the workflow
what I noticed is that this is happening because on the project setting page there is a default assignee set to unassigned
How do I make Jira to ignore this default assignee setting and take the assignee from the workflow based on ticket type during create?
Any help will be greatly appreciated
Hi Gagandeep,
Default assignee field overrides the assignees updated in the post function. If the default assignee field is not of high importance, I would suggest you set the value to unassigned.
Best regards,
Shwetha
Atlassian Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I already have default assignee set to unassigned in the project settings.
and because of this setting post functions are not firing and all the newly created tickets (both story & Bug type ) have assignee getting set to unassigned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gagandeep,
Please make sure to add the post function to the create issue status and then publish the workflow.
Also if possible, it would be helpful if you could provide the screenshot of the post function to check the configuration.
Thanks
Shwetha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shwetha
Here are the three screenshots
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have the VERY same problem a series of post functions which all works fine but not the "Update Issue Field" when setting an Assignee and it actually break the whole flow as none of the other post functions get successfully completed. The user I set as assignee is a correct one, and it's presented in the suggested field but still...
I tried both with project setting having the default assignee to Unassigned as well as to lead developer.
Any help would be appreciated!
Daniele
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.