Is there a way to auto assign issues during specific hours of the day only?
Hi @Lucille Gonzales ,
please, how exactly do you mean this? Like:
?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lucille Gonzales Thank you. I think automation rule could help you with this. Something like:
WHEN: Issue is created
IF: JQL condition: created >= startOfDay() AND created < startOfDay(7h)
THEN: Assign issue to user A
ELSE IF: JQL condition: created >= startOfDay(7h) AND created < startOfDay(15h)
THEN: Assign issue to user B
ELSE:
THEN: Assign issue to user C
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.