Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

How to get Due Date value from linked tickets (Gantt type)

Hello,

I have a ticket, it has 2 linked tickets as below:
1.PNG

I am trying to create a rule that the main ticket will be automated set the End Date of linked ticket (Gantt - must be done before). Here is my proposed rule, but I don't know how to refer to End Date of linked ticket.

2.PNG

 Can anyone help with any suggestion. Thank you so much!

1 answer

1 accepted

0 votes
Answer accepted
Rudy Holtkamp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 13, 2023

Hi @Nguyễn Quang 

Welcome to the community.

The issue links are in a list, so you need to create a branch rule for related issues.

With this you can use {{issue.'your end date field"}} to set the parent to the correct end date.

 

Just a reminder: only change the parent if the end date is greater than the current end date set.

Note: I've done this in Cloud and I don't know if server has the same options.

thank you @Rudy Holtkamp , so how can I do "only change the parent if the end date is greater than the current end date set"

Do Advanced compare condition help this case? con you give me an example

 

Thanks!

Rudy Holtkamp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 16, 2023

Inside the branch you can use the advanced compare condition like this:

image.png

Change 'duedate' for the fieldname you have, e.g. {{issue.End date}}

Like Nguyễn Quang likes this

thank you! I can solve my own issue now

Suggest an answer

Log in or Sign up to answer