Hey,
I have a strange issue, I am using the V2 API on prem and I am trying to get the estimate field returned for a list of tickets which I have. When I do a GET on:
some of the tickets have the 'timetracking' object which contains the Estimate field and some do not.
All these tickets are specified in the same Jira Project and when I look at these in the browser, I can see they all have an Estimate value.
Does any one know what I'm doing wrong here and why I am unable to only get some estimates and not all?
Hi @Mark Nelson The timetracking information should be in the JSON returned, somewhere like this
"timetracking":
{
"originalEstimate": "10m",
"originalEstimateSeconds": 600,
"remainingEstimate": "3m",
"remainingEstimateSeconds": 200,
"timeSpent": "6m",
"timeSpentSeconds": 400
}
If this information is not what you are looking for, please share the JSON response that you received. If you are looking for the worklogs, then this information will be within the worklog data item. Hope this helps.
Hey @Anandhi Arumugam _Cprime_ - thanks for your reply. I agree that it should be in the JSON returned, but its not. For the issues where it doens't appear I get fields >
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mark Nelson If that's the case, can you try https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-time-tracking/#api-group-time-tracking
https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-time-tracking/#api-rest-api-2-configuration-timetracking-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately thats not the version of the API Im using, Im using this:
https://docs.atlassian.com/software/jira/docs/api/REST/9.4.14/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.