I'd like to create a property where I can assign a the Jira Issue to XYZ user once the workflow is in a certain status. I checked the user-workflow-properties support page (https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/) - but I didn't get what I needed - any further help that someone can share?
Hello @VIJAYA KUMAR Buntupalli ,
Good day! Welcome to Atlassian Community :)
There are 2 ways to achieve this scenario, when Jira user will be assigned a issue when that issue is transitioned to a certain status.
1. Automation
Go to your space -> Space Settings -> Automation
Create a new rule with:
Trigger: "When: Status changes" -> select the specific status (eg. "In Progress")
Action: "Then: Assign the workitem" -> select the user (eg. "XYZ user" ).
Save and enable the rule
2. Workflow post function
Go to space settings -> Workflows -> Edit the workflow
Select the transition that leads to your target status
Add a Post Function ( Perform actions in new workflow editor ) -> Assign a workitem
Choose the user
Thank you
Hi
Look at this, maybe can help you
https://medium.com/@erdemucak/changing-assignee-via-workflow-in-jira-c194b12c3a48
Regards
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.