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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.