Forums

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

JQL Σ Remaining Estimate

Erik Gotera September 10, 2018

Hi,

I am looking the way to search by Σ remaining estimate, because we make the estimation in the subtasks and we want to get the result of the following search in the parent issues:

Σ remaining estimate > 1d

 

Is possible? 

Thanks!

6 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2018

I'm afraid you can't do this natively.  Jira does not expose the  fields in search.  You'll need an add-on that provides a JQL function to do it (I've not seen one myself, but I'd use ScriptRunner to create one if I needed it.  Only because I've got SR experts on hand)

0 votes
Reg Hawkins September 19, 2019

https://jira.atlassian.com/browse/JRASERVER-69914
https://jira.atlassian.com/browse/JRACLOUD-25057

We have 2 suggestions outstanding relating to subtasks and I think as part of the requests the functionality you mention could be added

0 votes
Annie Charbonneau June 27, 2019

Hi Erik, 

Same issue here! Would love to see a solution for this.

Thanks in advance!

0 votes
Anna Bogdanova
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 15, 2019

Hi Erik!

I faced to the same case, have you found solution to get Σ remaining estimate?

Thanks in advance!

0 votes
Milan Chheda [INFOSYSTA]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2018

Did you try:

remainingEstimate is NOT NULL

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 10, 2018

Hi Erik,

If you have Scriptrunner you can try two function on your jql query:

hasSubtasks()

or

issueFunction() 

Regards

Hope this helps

Erik Gotera September 10, 2018

Hi Mohamed,

Thanks for the reply but I don't understand what you try to say me with that.

In the JIRA search, you can add a field call Σ remaining estimate where you can see in the parent issue the total remaining estimate of all the subtask.

I want to be able to make a query looking for that field.

Is possible? How?

Thanks!!!

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 10, 2018

HI,

 

Sorry for the misunderstood, can you try this 

remainingEstimate>1d

 Regards

Erik Gotera September 10, 2018

Hi,

 

That is not working, because remainingEstimate is set when I log a work in the parent issue, but all the worklog are in the subtasks so the remainingEstimate that I see in the parent issue is the sum of all the subtask's remainingEstimate.

 

I realice that the remainingEstimate is different that Σ remaining estimate and I need to make a query with the second field.

 

Thanks

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 10, 2018

Hi,

 

OK it is why i asked you if you have scriptrunner because what you want is not implemented in JIRA JQL.

All my search send me to an add-on.

 

Regards

Suggest an answer

Log in or Sign up to answer