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
Hi JIRA Experts,
I would like to auto assign Target End date based on "Story Points" and "Status" of the Story. Is it possible to achieve? if yes, what is the way forward to it.
Appreciate your all help and support in advance.
To auto assign a Target End Date based on "Story Points" and "Status" in Jira, you can use ScriptRunner's scripted fields or automation rules. First, create a scripted field that calculates the estimated end date based on your criteria, considering Story Points and Status. Alternatively, use Jira's built-in automation rules to set the Target End Date automatically when certain conditions, such as Story Points and Status, are met. ScriptRunner's groovy scripts or Jira's automation rules can be configured to trigger this action. Ensure you have the necessary permissions and consult the documentation for your specific Jira version to implement this effectively. Feel free to reach out for further assistance!
Hello @Foram Choksi
Not sure if this is the answer to the question you're asking, but if you want to edit the "Target End" based on "Story Points" and "Status" values, you can do it.
You can do it with automation, run automation every time issue is transitioned, than have conditions to check status and story points values and than add action to edit target end date.
You can also do it with scriptrunner by creating Scriptrunner post-functions on transition to do the same thing as automation.
Please let me know if this is what you wanted.
Best regards,
Marko Blagus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.