Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Automation rule to calculate Start based on linked issue

Hi,

I have been trying to write a rule to automatically calculate the start date of the task which is linked with another task with the first task having start date, end date and estimate values present and the second containing the estimate value. If anyone has been successful in writing such a automation rule, your guidance on setting up the same will be appreciated. 

Thanks!

2 answers

0 votes
Oday Rafeh
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.
Nov 08, 2023

Hi @Shashank Vaishampayan , 

To help you automate your process, follow these simple steps:

Step 1: Select a Trigger Choose the appropriate trigger for when you want the automation to run - whether it's when an issue is updated or created.

Step 2: Check the Conditions Make sure that the linked issue has all the necessary fields (start date, end date, estimate) filled in by using the Issue Fields Condition.

Step 3: Find the Relevant Issues Utilize the Lookup Issues Action to locate the linked issue(s) and access their field values.

Step 4: Calculate a New Start Date If needed, use the Advanced Compare Condition to ensure that the linked issue's end date is not in the past.

Then, use Jira's smart value functions and math functions to calculate the new start date based on the linked issue's dates and estimates.

You may also need to apply some date arithmetic using Jira's smart value functions. Here's an example to help you better understand the process:

Trigger: Issue Updated
Condition: Issue Links Condition (checks if the linked issue has all required fields set)
Action: Edit Issue Fields (to set the start date of the current issue)
{
"fields": {
"customfield_start_date": "{{#=}}{{issue.customfield_estimate}} + {{linkedIssues.first.fields.customfield_end_date}}{{/}}"
}
}

Hi @Oday Rafeh thanks for the quick response. Will try this out.

Like Oday Rafeh likes this
0 votes
Eugenio Onofre
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 08, 2023

Hi @Shashank Vaishampayan

Welcome to the Atlassian Community!

If I understood correct, you would like to set the Start Date of a parent issue based on its linked issue date. If my understanding is. correct, you can set up an automation similar to the below one:

Screen Shot 2023-11-08 at 08.00.39.png

This will allow you to copy the value from the linked issue.

Regards!

Hi @Eugenio Onofre , thanks for the quick response. I would like the start date of the linked issue to be the end date of the parent issue. So say Task 1 is the first issue having estimate as 2 days, start date as 8th November and end date as 9th November and Task 2 is the second issue which has estimate of 2 days and is supposed to be done after Task 1 is completed. 

So in this case, what I am looking for is that if I link Task 2 to Task 1 saying that it has to be done after Task 1, then I want the rule to execute and mark the start date for Task 2 as 10th November since Task 1 is ending on 9th November and Task 2 can start only after that. 

Hope I have been able to put my query across.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events