Forums

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

Automation rule for due date

Soeren Morgener May 19, 2022

In Jira Service Management server version I am looking for an automation rule which enables to change the status from Waiting for Info to e. g. In Progress as soon as the date has been reached I have set for system field called Due Date.

However, from available Automation rules I am not able to set up such automation.

Has anybody experience in setting up such scenario?

Your feedback is more than appreciated.

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Champion
May 19, 2022

Hi @Soeren Morgener - I'm not as familiar with automation for server, but do you have the ability to set a schedule trigger?  If so, I would do something like this:

  • TRIGGER: Scheduled (Daily) with following JQL
    • status = "Waiting for info" AND dueDate <= endOfDay() 
  • ACTION: Transition Issue
Soeren Morgener May 19, 2022

Hi Mark,

Thank you very much for your suggestion.

The problem in server version is however that the number of triggers available is very limited. There is no such option to choose from a trigger like schedule (daily).

The only possible triggers which I might select are triggers such as Created / Status changed which is not what I am looking for.

Do you have anything else in mind which could help?

Mark Segall
Community Champion
May 20, 2022

Unfortunate - I don't think there's a way to handle it natively then. The best I can come up with would be setting up a filter with a daily subscription and then manually bulk transitioning the results.

Outside the box, you could try a 3rd party app like script runner which has a lot of power on the server version or even setting up a cron on your server that hits the API.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events