Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get the customField ID

lucas_oliveira5 October 7, 2022

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

1 answer

1 accepted

6 votes
Answer accepted
Patricia Francezi
Community Champion
October 7, 2022

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. 

lucas_oliveira5 October 7, 2022

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. 

 

Jira.PNG

Patricia Francezi
Community Champion
October 7, 2022

Yes, its the same. 

The field is timetracking

Check this https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-bulk-post

 

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events