Forums

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

Remaining time <-> Due Date related

vincenzo.spatafora
Contributor
September 6, 2024

 

 

 

 

Dear Community,

I would like to create an automation rule with the following logic: 

  1. (Trigger) When the user logs the time spent in an issue
  2. (Condition) The issue is a sub-task
  3. Take the remaining estimate value of the sub-task’s parent
  4. Take the parent due date and work-out if there is still sufficient time to meet the due date
  5. If not, a warning email is sent to me

 Is that first of all possible to implement?

If so, could you please help me out as I don’t know the syntax to use.

 Thanks in advance,

Vincenzo.

1 answer

0 votes
Ekaterina Smykova
Contributor
September 6, 2024

Hi @vincenzo.spatafora ,

There is built-in function in "Time tracking" to include Logged Work from Sub-tasks into "parent" issue: time tracking.png

 

I believe that might work for the first part of your question.

 

For the mail part you can create a JQL filter and subscribe to it where you can choose times when it can be sent:

"project = XXXX and remainingEstimate <= 5", depends on what amount is seen as indicator of not sufficient time left. 

vincenzo.spatafora
Contributor
September 6, 2024

Thanks @Ekaterina Smykova.

But how can I work-out via the automation rule if the remaining time is still sufficient to meet the due date.

Cheers, Vincenzo. 

Ekaterina Smykova
Contributor
September 6, 2024

@vincenzo.spatafora , just added additional part to the original message :) 

Suggest an answer

Log in or Sign up to answer