You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am using JIRA cloud. I need to show the status of my overall project based on the start date and end date of the different tasks. The logic is as follows -
1. If there is no difference between target end date and projected end date of tasks, the overall project status would be Green
2. If there is difference between target end date and projected end date of tasks, but it does not affect the overall timeline of the project, then the overall project status would be Orange.
3. If there is difference between target end date and projected end date of tasks and it does affects the overall timeline of the project, then the overall project status would be Red.
Please suggest , how best I can implement this requirement.