Calculation on the due date and story points in Jira

Deleted user June 19, 2017

We are using Jira 7.3   implemented in such a manner that story  point represents number of hours needed to complete an issue and we work for 8 hours a day

1 day = 8 hours

Well trying to set color limit on board

expected :   duedate-storypoints < now()  color should be yellow

Number of days going upto duedate - (storypoint/8  this will give number of days effort needed   should be level now() )

How we can achieve this ?

 

 

1 answer

0 votes
Steven F Behnke
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.
June 19, 2017

This is not possible out of the box.

Deleted user June 19, 2017

Thank you Steven for posting.A

Well i found the way to implement the same using Jira plugin (Adaptavist Script runner plugin)

JQL qurey that worked for me

issueFunction in expression("", "Duedate - now() < (storypoints/8)")

Steven F Behnke
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.
June 20, 2017

Oh good! It's such a useful plugin. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events