I'm trying to create an automation to resolve an issue we come across when staff is out and their work needs to be covered by someone else. I'm unsure of what direction to go in to make this automation happen.
What I'm trying to accomplish:
When issue is transitioned to X status. and issue type equals A, then change assignee to the previously assigned user
Is this a possibility? How do I accomplish that? Thank you!
To accomplish this you would need to create a custom user field then create one rule to store the original assignee. Then a second rule would set the assignee to the original - assignee = {{issue.custom field}}
Hi @Yasmine ,
Changing the Assignee via automation and storing the previous one shouldn't be that tough, you can refer to this article for those details :
----
Although your use case seems to be one, where is one user is not available for that day, you need to re-assign the work from that user to someone else. This I don't think is available out of the box in Jira. I use this plugin to keep track of user leaves and unavailable users https://marketplace.atlassian.com/apps/1228367/time-off-management-auto-assignment?tab=overview&hosting=cloud
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.