Hi everyone,
somebody knows how can i have the ID of CustomField of "Original Estimate"?
I had searched on HTML script and found others customfields but original estimate
Good day @lucas_oliveira5
Welcome to the community.
You need to get the id from Time Tracking field.
Original Estimates is a property of this field.
As Im not sure what is the action you need to perform, if you need further information let me know what are your plans.
actually i'm working in a automation to create massive issues on Jira with google sheet, i create a spreadsheet on google, and a script to use de information on this spreadsheet and create cards of issues on Jira. I had some custom fields ID now, like Epic Link, reporter, Assignee and others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, its the same.
The field is timetracking
Youre going to see this field
"timetracking": {
"remainingEstimate": "5",
"originalEstimate": "10"
},
This is how youre supposed to inform the value in your script, depending on the language, of course.
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.