Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an automated way to assign tickets to assignees according to their shift schedule?

Justine February 23, 2023

Currently, the way I'm doing it is to create an automation trigger every single day.

1. When Issue Created
2. At this specific date
3. Assign it to these list of people.

Is there any other way of doing it instead of just creating triggers for each day? Assginee leaves and shift schedules need to be factored out in here and we do have 3 shifts on one day.

2 answers

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2023

Hi @Justine 

If you are okay maintaining the rule, I believe you can do this with one single rule.  It just needs to be updated when people change shifts.  For example:

  • trigger: issue created
  • action: re-fetch issue
  • if/else condition
    • advanced compare condition: to determine if {{issue.create}} is in your "first" shift timeframe, using date/time comparisons or a regular expression
    • action: assign the issue, using the "user in a defined list" option, and add the people to your list
  • else/if condition
    • advanced compare condition: to determine if {{issue.create}} is in your "second" shift timeframe, using date/time comparisons or a regular expression
    • action: assign the issue, using the "user in a defined list" option, and add the people to your list
  • else/if condition
    • advanced compare condition: to determine if {{issue.create}} is in your "third" shift timeframe, using date/time comparisons or a regular expression
    • action: assign the issue, using the "user in a defined list" option, and add the people to your list

You could additional criteria to handle weekends, holidays, etc. as required.

Kind regards,
Bill

1 vote
Alex Koxaras _Relational_
Community Champion
February 24, 2023

HI @Justine 

Out of the box, unfortunately Jira doesn't offer something like that. You can always search the marketplace for an app, like the one I've found here https://marketplace.atlassian.com/apps/1224541/shifto-shift-roster?hosting=cloud&tab=overview

There might be more, so I would advise you to search for yourself.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events