I'm trying to write JQL to get the "Estimate (d)" value for an item as calculated by Portfolio. I want to be able to given an issue ID, write JQL to get the "Estimate (d)" value.
It is not clear if "Estimate (d)" from Portfoli is available as a field that can be queried on.
I would like to then be able to use that JQL in Jira Cloud for Sheets to display the value of this field as a column returned from JQL, e.g, to use the JIRA function JIRA("key=TKT-1","Estimate (D)")
Is there any way to get this estimate value to be referenced by the JIRA Cloud For Sheets Add-On and reported on in a spreadsheet?
Hi,
Was there ever any clarification on the above topic? I am currently looking to see if it is possible to get a sum of all child issues estimates to total to the parent issue but I am unable to find which field Estimate (d) actually maps to or where it even lives outside of the plans/portfolio
@Earl McCutcheon This doesn't seem to work.
Even after committing the plan, the "Remaining Estimate" field value on a Theme or Initiative issue is still not set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gabriel,
The estimates on the Portfolio plan are not portfolio specific, Estimate assigned to the issue. Depending on your estimation unit, you'll see one or the other of the following:
When using "Estimates (d)" this is going to be tied to the "Remaining Estimate" field of a jira issue (remainingEstimate for use in JQL), and the "Original Estimates (d)" value is based on the "Original Time Estimate" field in jira (originalEstimate for use in JQL). The "Remaining Estimate" field is a calculation of "Original Time Estimate" - "logged work" down to zero.
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Earl McCutcheon This doesn't seem to work.
Even after committing the plan, the "Remaining Estimate" field value on a Theme or Initiative issue is still not set.
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.