There is a way to create a ticket and, 30 minutes after, assign it to a specific member of the team if no one see it?
Maybe that would work?
It runs every 5 minutes and assign all unassigned issues older than 30 minutes.
Piotr
Of course I made an mistake - in if statement it should be:
assignee=empty AND created<-30m
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.
Already corrected - it should be empty
It just search for every issue that does not have assignee field filled (so its not assignee already) and was created before 30 minutes ago.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another option that you may consider is the auto assign functionally with jira automation. There are options for balanced work, round Robin and random assignments. Check this video tutorial on how to do it: https://youtu.be/hEh3MsoUxho
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.