We have team-managed Jira Software project setup where we initially created a custom field for "Dev Story Points" but later realized that the story points need to be a part of the smart field "Story Points estimate"; in order for us to make sure the reports are generated properly.
I am trying to run an automation rule for the same, but am kind of lost in terms of setting the right action in "Edit Field". I am trying to run this as a one time scheduled JQL query.
Any help is highly appreciated.
Trigger: scheduled trigger with the jql you need to update the tickets
Action: edit field and in the estimate custom field add the smart value custom field for story points. {{issue.Story Points}}
Link: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
Thanks for the response @Fabian Lim , just to make sure I am doing this right -
I am trying to copy from "Dev Story Points" TO "Story Points estimate".
In this case I would need to do the following:
1) Schedule a JQL query
2) Set an action (this is where I am confused), I have tried a few things here and nothing seems to have worked.
3) I am trying to pull the values from a custom field to Smart Value {{issue.Story Points estimate}}
Can you let me know if this is even possible?
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.