The clone issue post function does not include cloning the original estimate. What would be the best way to clone the original estimate?
Hi @Todd Winton ,
With the Clone issue Post Function, you can execute additional code to modify values on the issue being created.
In this script, you can access the information about the issue, and use the issue key to get the changelog (/rest/api/2/issue/{issueIdOrKey}/changelog), and then go through this to get the original estimate value.
You can then update the value of the field using issueInput, an example of using this to update the summary can be seen here:
Does this help?
Kind regards,
Bobby
Hi @Todd Winton
You could try our Deep Clone for Jira app. Deep Clone can clone the Original Estimate field value and also supports adding a Deep Clone as a post function.
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.